We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea931b commit dc19bf5Copy full SHA for dc19bf5
.travis.yml
@@ -17,7 +17,7 @@ before_script:
17
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
18
- sudo dpkg -i google-chrome*.deb
19
# Install Selenium chromedriver
20
- - wget http://chromedriver.storage.googleapis.com/2.25/chromedriver_linux64.zip
+ - wget http://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip
21
- unzip chromedriver_linux64.zip -d selenium-bin
22
- export PATH=$PWD/selenium-bin:$PATH
23
0 commit comments