microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
118 stars 36 forks source link

Using Puppeteer's new headless mode causes tests to fail #315

Open spmonahan opened 10 months ago

spmonahan commented 10 months ago

In working on PR#314 I noticed that Chrome/Puppeteer introduces a new headless mode:

old_headless_deprecation

More details here: https://developer.chrome.com/articles/new-headless/

When opting in to this new mode (by setting headlines: 'new' in the Puppeteer config) several tests fail. As this new mode will eventually become the default we should fix the tests issue or file bugs against Puppeteer.