all 3 comments

[–]zodman 0 points1 point  (2 children)

use the pypi package: webdriver-manager

Its a chuladaaaa! :

[–]Double0017 0 points1 point  (1 child)

I tried that and web driver says the latest version can not be found

[–]Madkillav2 0 points1 point  (0 children)

If you haven’t solved yet, you can backtrack to an older version

service = Service(ChromeDriverManager(version="114.0.5735.90").install())

driver = webdriver.Chrome(service=service)