Forums

Why I have this error using selenium

selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home NO MATCH

I have everything in order, but I dont know why I have this error. If I run my programin localhost, it runs perfect. HELP!!!

Somewhere, you are specifying chromedriver.exe as the executable to use for chromedriver, but that does not exist on PythonAnywhere because .exe as an extension is a Windows thing.See this post for example code that works.