Closed
Description
I am trying to use an older chrome version but the browser is not using the version I am specifying.
with SB(uc=True, driver_version="135") as sb:
time.sleep(99999)
It proceeds to download the right version.
Warning: uc_driver update needed. Getting it now:
*** chromedriver to download = 135.0.7049.114 (Legacy Version)
Downloading chromedriver-win64.zip from:
https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.114/win64/chromedriver-win64.zip ...
Download Complete!
Extracting ['chromedriver.exe'] from chromedriver-win64.zip ...
Unzip Complete!
The file [uc_driver.exe] was saved to:
C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\seleniumbase\drivers\
uc_driver.exe
Making [uc_driver.exe 135.0.7049.114] executable ...
[uc_driver.exe 135.0.7049.114] is now ready for use!****
But then chrome launches at latest version:
Am I doing something wrong ? I want to use an older version of chrome.