Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EES-5819 Can specify chromedriver version in UI tests pipeline run sc… #5560

Closed
wants to merge 1 commit into from

Conversation

mmyoungman
Copy link
Collaborator

…ript

This PR allows us to specify the chromedriver version we want to use when using the UI tests pipeline run script.

Comment on lines +74 to +79
parser.add_argument(
"--chromedriver",
dest="chromedriver_version",
metavar="{version}",
help="specify which version of chromedriver to use",
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Webdriver manager tries to find the closest matching Chromedriver for the browser version already. Could this lead to us forgetting that we've pinned the Chromedriver version in the pipeline when it should already be the closest match?

Maybe there is still some value in this change if a particular version of chromedriver has a problem, we could use this to try temporarily downgrading?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talked to Ben about this on Slack - don't think either of us are fussed either way, so we'll close it

@mmyoungman
Copy link
Collaborator Author

Webdriver manager automatically chooses a chromedriver version appropriate for your google-chrome version, so this isn't necessary - arguable that it could be used for an older version to avoid an issue but we've not needed that before, so just closing this PR instead of merging it.

@mmyoungman mmyoungman closed this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants