-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
I-defectSomething is not working as intendedSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.Applied to questions. Issues should be closed and send the user to community resources.
Description
What happened?
I am using selenium in a raspberry pi 4, and, while using with selenium 3.8.0, it works, but, if i upgrade to selenium 4, (4.26.1), i have a NoSuchDriverException as it cant find the driver
How can we reproduce the issue?
just start the webdriver for chrome in a raspberry pi 4 using selenium 4Relevant log output
File "/home/javi/lib/python3.11/site-packages/selenium/webdriver/common/driver_finder.py", line 78, in _binary_paths
raise NoSuchDriverException(msg) from err
selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_locationOperating System
Raspberry PI OS
Selenium version
python 4.26.1
What are the browser(s) and version(s) where you see this issue?
chromium latest
What are the browser driver(s) and version(s) where you see this issue?
chromedriver latest
Are you using Selenium Grid?
No response
Metadata
Metadata
Assignees
Labels
I-defectSomething is not working as intendedSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.Applied to questions. Issues should be closed and send the user to community resources.