DevTools protocol: Input.setIgnoreInputEvents blocks synthetic input |
|
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.
|
|
►
Sign in to add a comment |
|
Comment 1 by pfeldman@chromium.org
, Oct 4 2017