schickling/chromeless

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

Open

#222 建立於 2017年8月11日

在 GitHub 查看
 (5 留言) (3 反應) (0 負責人)TypeScript (13,240 star) (606 fork)batch import
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.

貢獻者指南

Using `press(13)` will incorrectly prompt the auto update setting page in Canary · schickling/chromeless#222 | Good First Issue