You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I open a new tab in my test using browser.window.open('tab') I expect a new tab to open, but instead I receive error
Error Error while running .openNewWindow() protocol action: unknown error: unhandled inspector error: {"code":-32000,"message":"Failed to open new tab - no browser is open"} ││ (Session info: chrome=126.0.6478.61)
Steps to reproduce
Run npx nightwatch with your nightwatch.conf.js using the chrome incognito args
Description of the bug/issue
When I run my test suite using
and I open a new tab in my test using
browser.window.open('tab')
I expect a new tab to open, but instead I receive errorSteps to reproduce
Run
npx nightwatch
with your nightwatch.conf.js using the chrome incognito argsSample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.6.3
Node Version
21.6.2
Browser
Chrome 126.0.6478.61
Operating System
Windows 11
Additional Information
browser.window.open('window');
appears to work fine,browser.window.open('tab');
does not and it only seems to occur under incognito mode operationThe text was updated successfully, but these errors were encountered: