Skip to content

Commit

Permalink
[main] Update Selenium versions
Browse files Browse the repository at this point in the history
- align w/ dotnet#39378
- builds currently working but best to be proactive
  • Loading branch information
dougbu committed Jan 8, 2022
1 parent c8c1700 commit 103a61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
<PollyVersion>7.2.2</PollyVersion>
<SeleniumSupportVersion>4.1.0</SeleniumSupportVersion>
<SeleniumWebDriverChromeDriverVersion>96.0.4664.4500</SeleniumWebDriverChromeDriverVersion>
<SeleniumWebDriverChromeDriverVersion>97.0.4692.7100</SeleniumWebDriverChromeDriverVersion>
<SeleniumWebDriverVersion>4.1.0</SeleniumWebDriverVersion>
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/E2ETesting/selenium-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"drivers": {
"chrome": {
"version" : "96.0.4664.45"
"version" : "97.0.4692.71"
}
},
"ignoreExtraDrivers": true
Expand Down

0 comments on commit 103a61a

Please sign in to comment.