Skip to content

Commit 4a4b150

Browse files
authored
Hardcode ChromeDriver version untill bug with Selenium ActionChains has been fixed (#1394)
1 parent 7b81c06 commit 4a4b150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ addons:
1212
- google-chrome-stable
1313
before_install:
1414
- CDVERSION=`curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE`
15-
- wget --no-verbose http://chromedriver.storage.googleapis.com/$CDVERSION/chromedriver_linux64.zip
15+
- echo $CDVERSION
16+
- wget --no-verbose http://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip
1617
- unzip chromedriver_linux64.zip
1718
- sudo chmod u+x chromedriver
1819
- sudo mv chromedriver /usr/bin/

0 commit comments

Comments
 (0)