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
When I try to launch test with Firefox, nightwatch.js crash with:
An error occurred while creating a new GeckoDriver session: [Error] Unable to obtain browser driver.
For more information on how to install drivers see
https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location/. Error: Error executing command for /home/me/dev/mytests/node_modules/selenium-webdriver/bin/linux/selenium-manager with --browser,firefox,--language-binding,javascript,--output,json: Unsuccessful response (404 Not Found) for URL https://ftp.mozilla.org/pub/firefox/releases/136.0.2/linux-x86_64/en-US/firefox-136.0.2.tar.bz2
Steps to reproduce
launch a test with npx nightwatch test.js
see outputs
Sample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.12.1
Node Version
18.14.2
Browser
Firefox 136.0.2
Operating System
Ubuntu 24.04.2
Additional Information
No response
The text was updated successfully, but these errors were encountered:
i think the issue is with the installation of selenium driver try this npm install selenium-webdriver@latest and then install geckodriver npm install geckodriver@latest hope this will solve the problem
There's nothing wrong with xz, but no idea though why they just change that without providing both formats during a transition period. Some people just seem to love breaking changes.
nightwatch 3.12.1 uses selenium-webdriver 4.27.0 which is too old to handle the new URL.
Selenium fixed it in SeleniumHQ/selenium@3075a7d (by using another hard-coded URL with a version switch..)
So for now, override it like this in your package.json and run npm install
Description of the bug/issue
When I try to launch test with Firefox, nightwatch.js crash with:
Steps to reproduce
Sample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.12.1
Node Version
18.14.2
Browser
Firefox 136.0.2
Operating System
Ubuntu 24.04.2
Additional Information
No response
The text was updated successfully, but these errors were encountered: