jsoma / selenium-github-actions

MIT License
96 stars 74 forks source link

ChromeDriver and chromium incompatibility #10

Open konstantinosskoutelis opened 1 year ago

konstantinosskoutelis commented 1 year ago

Forked the repository, run an action and get the following error message:

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 112
Current browser version is 111.0.5547.0 with binary path /usr/bin/chromium

Is there a way to check the compatible versions and actually install specific versions

Nanqiang01 commented 1 year ago

I also met this problem

MarketingPip commented 10 months ago

@konstantinosskoutelis & @Nanqiang01 try this - here