schickling/chromeless
Vedi su GitHubUsing `press(13)` will incorrectly prompt the auto update setting page in Canary
Open
#222 aperta il 11 ago 2017
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.