You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
kozabrada123 edited this page Mar 9, 2022
·
2 revisions
Common Selenium and webdriver issues:
Chromedriver needs to be in PATH
If you are getting errors such as selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home then something might be broken with your Chromedriver installation or selenium does not see it. To fix this error you can try manually passing the chromedriver executable path to selenium.
This version of Chromedriver only supports version __
A common error with running selenium apps is selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version __.
This means that either your chromedriver or your chrome browser are out of date.