Closed reallymello closed 1 year ago
There's a new PR related to Chrome headless. Can you check if https://github.com/nightwatchjs/nightwatch/pull/3581 fixes it?
Yes @beatfactor that fixes it with the new options.js in that PR. Should we leave this issue open until that is published?
yeah, we'll publish a 2.6.11 patch version soon.
should be fixed now.
Description of the bug/issue
When I run the example duckDuckGo.ts and ecosia.ts scripts that come with the
npm init nightwatch
scaffolder using--headless
I expect the test to execute without console info errors, but instead I receiveThe error is logged only when run as headless.
Steps to reproduce
npm init nightwatch@latest
npx nightwatch .\nightwatch\ecosia.ts --headless
ornpx nightwatch .\nightwatch\duckDuckGo.ts --headless
Sample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
2.6.10
Node Version
16.15.0
Browser
Chrome 109.0.5414.120
Operating System
Windows 10
Additional Information
No response