Quantcast
Viewing all articles
Browse latest Browse all 14069

NoSuchDriverException: Message: Unable to obtain driver for chrome using Selenium Manager

from selenium import webdriverdriver=webdriver.Chrome()

it gives the error-

NoSuchDriverException: Message: Unable to obtain driver for chrome using Selenium Manager.; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location

I have visited the website and tried but the problem remain same

I expect that the simple selenium automation code to run


Viewing all articles
Browse latest Browse all 14069

Trending Articles