schickling/chromeless

Using `press(13)` will incorrectly prompt the auto update setting page in Canary

Open

#222 geöffnet am 11. Aug. 2017

Auf GitHub ansehen
 (5 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)TypeScript (13.240 Stars) (606 Forks)batch import
APIhelp wantedquestion

Beschreibung

Example:

        .click('#search-button')
        .type('funny', 'input#search-input')
        .press(13)

The expected behaviour is to redirect to a search page since I try to trigger an enter event in the input box. However, a new tab is opened instead.

Contributor Guide