New issue
Advanced search Search tips

Issue 746690 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

DevTools protocol: Input.setIgnoreInputEvents blocks synthetic input

Project Member Reported by paulir...@chromium.org, Jul 19 2017

Issue description



Lighthouse likes the idea that a user can't accidentally mess with the auditing, however we need to preserve the ability to issue input events at will.

Repro:

add `    await client.send('Input.setIgnoreInputEvents', {ignore: true});` to the Page's create() method in puppeteer and run the tests.

All keyboard/mouse input tests fail.

 
Owner: einbinder@chromium.org

Sign in to add a comment