-
I'm facing an issue while trying to set up Selenium with Firefox on a Docker container derived from arm64v8/debian:bullseye-slim. I have installed Geckodriver version 0.34.0, but when I attempt to initiate a Firefox driver session using Selenium, I encounter a NoSuchDriverException error. Here are the details of my setup and the error message:
cmd line: python -m pytest -vs --firefox --binary-location=/usr/bin/firefox would greatly appreciate any insights or suggestions on how to resolve this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That message is coming from raw Selenium (not SeleniumBase). It looks like there's an existing ticket with info about it here: SeleniumHQ/selenium#13434 If that error message came from inside SeleniumBase, then I could probably be of more help. |
Beta Was this translation helpful? Give feedback.
That message is coming from raw Selenium (not SeleniumBase).
It looks like there's an existing ticket with info about it here: SeleniumHQ/selenium#13434
If that error message came from inside SeleniumBase, then I could probably be of more help.