mherrmann / helium

Lighter web automation with Python
MIT License
4.92k stars 374 forks source link

Browser dont open #89

Open Elaess opened 2 years ago

Elaess commented 2 years ago

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 89 Current browser version is 103.0.5060.134 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe

How to fix this? anyone know?

syafiqizzaud commented 2 years ago

we had the same issue

mherrmann commented 2 years ago

You need to place a newer chromedriver.exe on your PATH.

davidbullado commented 2 years ago

Same issue here, could you give us more information about what we must do? It seems that I've already the last chromedriver.

Requirement already satisfied: chromedriver-binary in /usr/local/lib/python3.8/dist-packages (105.0.5195.19.0)

byteDrifter commented 2 years ago

is the chromedriver you are running compatible with your chrome browser?

potykion commented 1 year ago

Try Firefox instead. I've just downloaded Firefox without any drivers and it works well.