schickling/chromeless
Using `press(13)` will incorrectly prompt the auto update setting page in Canary
Ouverte
#222 ouverte le 11 août 2017
APIhelp wantedquestion
Métriques du dépôt
- Stars
- (13 240 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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.