schickling/chromeless

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

Open

#222 aperta il 11 ago 2017

Vedi su GitHub
 (5 commenti) (3 reazioni) (0 assegnatari)TypeScript (606 fork)batch import
APIhelp wantedquestion

Metriche repository

Star
 (13.240 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor