schickling/chromeless
GitHub で見るUsing `press(13)` will incorrectly prompt the auto update setting page in Canary
Open
#222 opened on 2017年8月11日
APIhelp wantedquestion
説明
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.