From 1c8c62a863c557b43bae0537619a8108435fd10b Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 30 Nov 2021 10:38:55 +0800 Subject: [PATCH] [runner] Update to Chromedriver 96.0 custom --- runner/master/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/master/run.sh b/runner/master/run.sh index b851069..ef3d28b 100755 --- a/runner/master/run.sh +++ b/runner/master/run.sh @@ -634,7 +634,7 @@ then SELFIREFOXIMAGE="selenium/standalone-firefox:${SELVERSION}" # Temporarily switching to custom image to include our bugfix for zero size failures. - SELCHROMEIMAGE="moodlehq/selenium-standalone-chrome:3.141.59-20210929-moodlehq" + SELCHROMEIMAGE="moodlehq/selenium-standalone-chrome:96.0-moodlehq" # Newer versions of Firefox do not allow Marionette to be disabled. # Version 47.0.1 is the latest version of Firefox we can support when Marionette is disabled.