Skip to content

Commit 5c40aa4

Browse files
committed
Use the latest version of Chromedriver in the Linuxfile
1 parent b039c3f commit 5c40aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/linux/Linuxfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sudo apt-get -f install -y --force-yes
7575
sudo dpkg -i google-chrome-stable_current_amd64.deb
7676

7777
# Install Chromedriver
78-
sudo wget -N http://chromedriver.storage.googleapis.com/2.20/chromedriver_linux64.zip -P ~/Downloads
78+
sudo wget -N http://chromedriver.storage.googleapis.com/2.28/chromedriver_linux64.zip -P ~/Downloads
7979
sudo unzip -o ~/Downloads/chromedriver_linux64.zip -d ~/Downloads
8080
sudo chmod +x ~/Downloads/chromedriver
8181
sudo rm -f /usr/local/share/chromedriver

0 commit comments

Comments
 (0)