129.0.6668.90 chromedriver ???

380 views
Skip to first unread message

TheKaas

unread,
Oct 4, 2024, 2:24:21 AMOct 4
to ChromeDriver Users
I am trying to run a python with selenium code, but the Chromedriver does not match my Chrome and I can not find it anywhere. Can anybody help me how to resolve this and get a matching version with the newest chrome?
Google chome updated version of  129.0.6668.90 and need the chromedriver that matches.

Vik


Jefferson Fernandes

unread,
Oct 4, 2024, 6:10:25 PMOct 4
to ChromeDriver Users
Programa a Baixa Automatica,


from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import ChromeDriverManager
servico = ChromeService(executable_patch=ChromeDriverManager().install())
navegador = webdriver.Chrome(service=servico)

Ajoe Alex

unread,
Oct 8, 2024, 7:03:32 AMOct 8
to ChromeDriver Users
Try this tool to download chromedriver or chrome of your desired version.
Reply all
Reply to author
Forward
0 new messages