[🐛 Bug]: selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for chrome #15706
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
C-py
Python Bindings
D-chrome
I-defect
Something is not working as intended
OS-windows
Description
I'm trying to open Google Chrome through Selenium but the manager isn't downloading the driver automatically as it's supposed to.
I've tried to turn on logging as specified in the instructions, but the log file remained empty after running the below code. A stack trace is produced, however:
I'm using Windows 11 with a conda (mamba) installation, Python 3.13, and the most recent Selenium versions available:
I have the most recent Chrome version installed on my system (136.0.7103.93). However, I had the same issue a year ago, so I doubt it's version-specific. At that point, I swapped back to using
from webdriver_manager.chrome import ChromeDriverManager
.Reproducible Code
The text was updated successfully, but these errors were encountered: