Skip to content
Discussion options

You must be logged in to vote

You can pin the version of Chrome you want to use on CI and locally. And probably upgrade that version once per few months.

I would start with trying Selenium Manager for that. Now it also supports browser setup in addition to drivers setup. For Chrome it will download Chrome for Testing (CfT) of the version you specify. For basic configuration all you need is just specify the BrowserVersion property of ChromeOptions.

ChromeOptions options = new ChromeOptions();
options.BrowserVersion = "132";

In such case remove Atata functionality of driver setup, like AutoSetUpDriverToUse. Let Selenium Manager set up browser and driver automatically.

Alternatively, you can take a look at Selenium Grid

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Piedone
Comment options

@Piedone
Comment options

@YevgeniyShunevych
Comment options

@Piedone
Comment options

Answer selected by Piedone
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