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 (606 fork)batch import
APIhelp wantedquestion

仓库指标

Star
 (13,240 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南