Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 17b5941

Browse files
committed
Update chrome driver
1 parent e919024 commit 17b5941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_chromedriver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wget -N https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_linux64.zip -P ~/
1+
wget -N https://chromedriver.storage.googleapis.com/81.0.4044.69/chromedriver_linux64.zip -P ~/
22
unzip ~/chromedriver_linux64.zip -d ~/
33
rm ~/chromedriver_linux64.zip
44
sudo mv -f ~/chromedriver /usr/local/bin/

0 commit comments

Comments
 (0)