Closed
Description
What happened?
With the Firefox 121 release several Selenium bindings are not able to start Firefox via geckodriver because the default Firefox binary as found by Selenium will be used by specifying the firefox-bin
binary instead of just firefox
. We got this report earlier today via @soulgalore on mozilla/geckodriver#2144.
As it looks like several bindings use firefox-bin
and need to be corrected to use firefox
instead:
https://github.com/search?q=repo%3ASeleniumHQ%2Fselenium+firefox-bin&type=code
How can we reproduce the issue?
Install Firefox 121 and run a Selenium script that auto-detects the default installation of Firefox on the MacOS system.
Relevant log output
There is no output but the process gets immediately killed because of https://bugzilla.mozilla.org/show_bug.cgi?id=1871447.
Operating System
MacOS (all versions)
Selenium version
Most recent
What are the browser(s) and version(s) where you see this issue?
Firefox 121 and later
What are the browser driver(s) and version(s) where you see this issue?
geckodriver 0.33.0
Are you using Selenium Grid?
No