David Burns
David Burns
Could someone add the verbose output when this issue happens? We've not been able to recreate. Could you also create a reduced test case against a public website
ah! Thank you for that. Looks like your selenium server doesn't support the command. See `org.openqa.selenium.UnsupportedCommandException: `. Could you upgrade the Selenium Server to 4.5? Nightwatch is using Selenium 4.5...
@pujagani has done a quick test and it looks like the issue is with how we wrap the `waitUntil` from Selenium The test that works at the moment is ```js...
We need to compare other commands with where `waitUntil` is used e.g. https://github.com/search?q=repo%3Anightwatchjs%2Fnightwatch%20waitUntil&type=code
Thank you for your PR!
We can merge this once the CLA is signed. Let me know if you need help with that @lauravuo
It looks like you are passing in `undefined` to Selenium so you're not actually switching windows see ``` → Running command: switchToWindow () Request POST /session/277075fb618eb2634b5fea5f90134ef5/window { name: undefined, handle:...
https://bugzilla.mozilla.org/show_bug.cgi?id=1312679
The PR title and commit don't seem related. Could you update this please
> And as discussed we will remove support v14, so I have upgraded node versions in CI workflow only. Let me know if I should add engines in `package.json` also...