-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selenium error: OpenQA.Selenium.WebDriverArgumentException: 'binary is not a Firefox executable' #2178
Comments
Can confirm that a similar issue also affects Linux:
This is an issue only in Selenium 4.20.0, which no longer seems to take Workarounds:
|
@trance-babe this seems to be a problem with Selenium. As such please file an issue over there so that it can be fixed if it is unexpected. Thanks. |
Installed on fresh ubuntu 22.04 I am using via SSH remotely and: Traceback (most recent call last): |
Hello, I also encountered this issue with ubuntu22. Have you resolved it |
me too me too ubuntu 24
|
System
Hi
When specifying a path to the geckodriver in Selenium in C# code like this:
I get following exception:
OpenQA.Selenium.WebDriverArgumentException: 'binary is not a Firefox executable'
How to solve this?
The text was updated successfully, but these errors were encountered: