From 9fb2d4ff2c8f48575119bbfca42a4d3e19cba97d Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Fri, 7 Jan 2022 20:03:19 -0800 Subject: [PATCH] [release/6.0] Update Selenium versions (#39379) * [release/6.0] Update Selenium versions - align w/ #39378 - builds currently working but best to be proactive --- eng/Versions.props | 6 +++--- src/Shared/E2ETesting/selenium-config.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 0262c2d32250..4159fec01500 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -250,9 +250,9 @@ 0.192.0 3.0.0 7.2.2 - 4.0.0 - 95.0.4638.1700 - 4.0.0 + 4.1.0 + 97.0.4692.7100 + 4.1.0 1.4.0 4.0.0 2.2.4 diff --git a/src/Shared/E2ETesting/selenium-config.json b/src/Shared/E2ETesting/selenium-config.json index 53df445b060c..e91ae1ff3f40 100644 --- a/src/Shared/E2ETesting/selenium-config.json +++ b/src/Shared/E2ETesting/selenium-config.json @@ -1,7 +1,7 @@ { "drivers": { "chrome": { - "version" : "95.0.4638.17" + "version" : "97.0.4692.71" } }, "ignoreExtraDrivers": true