Python Selenium Chrome Driver version 123.0.6312.86
Asked Answered
M

2

5

Previously I installed Chrome driver version 103.0.5060.53 on the conda virtual environment but now Chrome is updated with the newer Version 123.0.6312.86 so the script is not working I want to update new stable Chrome driver version 123.0.6312.86.

Can anyone please guide me, How I can install the new Chrome driver version on my virtual environment?

I am getting the following errors:

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 103
Current browser version is 123.0.6312.86 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
Mikaela answered 28/3 at 8:29 Comment(2)
Please read How to create a Minimal, Reproducible ExampleCaterpillar
What version of selenium do you have? Maybe this post can help: https://mcmap.net/q/2035834/-python-how-to-set-a-custom-webdriver-download-path-for-the-built-in-selenium-managerRandolphrandom
V
6

https://googlechromelabs.github.io/chrome-for-testing/ Body must be at least 30 characters; you entered 0.

Vesta answered 29/3 at 1:26 Comment(0)
A
0
  1. Download new ChromeDriver for you OS from here. It should be the same version as an installed Chrome.
  2. Replace old ChromeDriver file in your project with the new one.
Axon answered 28/3 at 10:36 Comment(1)
That's the correct answer, thank you!Marchal

© 2022 - 2024 — McMap. All rights reserved.