schickling/chromeless

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

Open

#222 opened on Aug 11, 2017

View on GitHub
 (5 comments) (3 reactions) (0 assignees)TypeScript (13,240 stars) (606 forks)batch import
APIhelp wantedquestion

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.

Contributor guide