Skip to content

Having issues with driver_version #3793

Closed
@Jobine23

Description

@Jobine23

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:

Image

Am I doing something wrong ? I want to use an older version of chrome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalid usageYou may need to change what you're doingquestionSomeone is looking for answers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions