I am having some issue getting my undetected_chromedriver
to be on version Chromium: 116.0.5845.96
. This issue just started today I have tried nearly everything I can think of, from reinstalling the module, to reinstalling the browsers, and even tested with the version_main=116
paramater which should have fixed it, but it seems that version_main
only goes to 114
.
Here's my code.
import undetected_chromedriver as uc
driver = uc.Chrome()
driver.get('https://www.example.com')
This is being launched on Chrome Version : Version 116.0.5845.97 (Official Build) (64-bit)
, returns this error in the console. from session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 116.0.5845.97