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

Making WebDriver less fragile with browser version changes (OSOE-359) #86

Open
Piedone opened this issue Sep 5, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Piedone
Copy link
Member

Piedone commented Sep 5, 2021

While WebDriverManager.Net now supports Chrome version selection too we can still improve on this by e.g. bundling a browser with the project instead of relying Chrome and others to be installed on the given machine (and thus taking a hard dependency on a specific Chrome version that goes away with a random auto-update).

Some alternatives:

Jira issue

@Piedone Piedone added the enhancement New feature or request label Sep 5, 2021
@github-actions github-actions bot changed the title Making WebDriver less fragile with browser version changes Making WebDriver less fragile with browser version changes (OSOE-359) Sep 18, 2022
@Piedone
Copy link
Member Author

Piedone commented Sep 27, 2023

We now use Atata.WebDriverSetup. While this covers the issue of setting up the WebDriver for all major browsers, a browser should still be preinstalled.

However, this is not a big issue now, especially that any other approach would make testing slower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant