-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[🐛 Bug]: Selenium Manager should error if browser-path is wrong #13352
Comments
Hi @titusfortner what browser path you are going to define as |
Sorry, I linked the wrong issue, but they are related. If a user provides some combination of name/version/path and they are not compatible, it should error instead of trying to guess what to use. |
…14381) * [rust] Selenium Manager errors when browser-path is wrong (#13352) * [rust] Remove test data with incorrect browser path in macOS * Revert "[rust] Remove test data with incorrect browser path in macOS" This reverts commit 79c22d6. * [rust] Escape browser path before checking existence * Revert "[rust] Escape browser path before checking existence" This reverts commit b876e22. * [rust] Remove test data with incorrect browser path in macOS * [rust] Force window-sys crate version in Windows * Revert "[rust] Force window-sys crate version in Windows" This reverts commit a968a40.
Done via #14381. |
This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs. |
What happened?
I used an incorrect browser-path & it ignored it and downloaded a new version.
How can we reproduce the issue?
opts = Selenium::WebDriver::Options.firefox(binary: '/bad/path') driver = Selenium::WebDriver.for :firefox, options: opts
Relevant log output
Operating System
Mac
Selenium version
trunk
What are the browser(s) and version(s) where you see this issue?
n/a
What are the browser driver(s) and version(s) where you see this issue?
n/a
Are you using Selenium Grid?
n/a
The text was updated successfully, but these errors were encountered: