From ab8d653ba734fc0bc022b6ec876cb5608a844444 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Mon, 24 Jun 2024 01:25:25 -0700 Subject: [PATCH] gihtub actions: update chromedriver 126.0.6478.63 --- docker/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install.sh b/docker/install.sh index eb903f1e..a6f32687 100644 --- a/docker/install.sh +++ b/docker/install.sh @@ -10,7 +10,7 @@ google-chrome --version # install chromedriver cd /tmp/ # https://googlechromelabs.github.io/chrome-for-testing/#stable -wget -q https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chromedriver-linux64.zip +wget -q https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chromedriver-linux64.zip unzip chromedriver-linux64.zip sudo mv chromedriver-linux64/chromedriver /usr/bin/chromedriver chromedriver --version