Sw1ndlers / ChromedriverManager

MIT License
0 stars 2 forks source link

This version of ChromeDriver only supports Chrome version 126 #2

Open dholroyd opened 6 months ago

dholroyd commented 6 months ago

Having updated to 0.3.2 to address #1, I now see,

Installing chrome version 126.0.6471.0...

Extracting Chrome...
Completed Chrome Download

Extracting Chromedriver...
Completed Chromedriver Download
Chrome path: "/home/runner/.cache/chromedriver-manager/chrome-linux64"
Chromedriver path: "/home/runner/.cache/chromedriver-manager/chromedriver-linux64"
ChromeDriver was started successfully.

and then,

Error: 
   0: error creating new session: webdriver did not create session: session not created: This version of ChromeDriver only supports Chrome version 126
      Current browser version is 124.0.6367.60 with binary path /opt/google/chrome/chrome
   1: webdriver did not create session: session not created: This version of ChromeDriver only supports Chrome version 126
      Current browser version is 124.0.6367.60 with binary path /opt/google/chrome/chrome
Sw1ndlers commented 6 months ago

I can't replicate this error, could you show the workflow or the action itself that led to this?

dholroyd commented 6 months ago

The workflow runs-on: ubuntu-22.04 and uses: dtolnay/rust-toolchain@1.78.

For what it's worth I've been using 22.04 locally this whole time and haven't had any problems there.

I am switching my attention to use remote webdriver in CI for the time being, so feel free to close this issue if it isn't progressing.