Skip to content

Specifying Chromedriver executable path using undetected mode #2103

Closed Answered by mdmintz
jdholtz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jdholtz, Thank you. SeleniumBase has it's own location for downloading drivers. Drivers are downloaded to the seleniumbase/drivers/ folder, which is based on where seleniumbase was installed. Therefore, specifying the driver location is not necessary.

If using regular (non-UC) mode, then seleniumbase will first check the PATH for a matching driver before downloading one to the seleniumbase/drivers/ folder.

If you want the driver version to be different from the browser version, seleniumbase allows for a mismatched pairing, and you can specify the driver version to use with --driver-version=VERSION. (The new options were added recently in https://github.com/seleniumbase/SeleniumBase/re…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jdholtz
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants