You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
github-actionsbot
changed the title
Making WebDriver less fragile with browser version changes
Making WebDriver less fragile with browser version changes (OSOE-359)
Sep 18, 2022
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.
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
The text was updated successfully, but these errors were encountered: