Skip to content

Commit efd7650

Browse files
committed
Update selenium
1 parent 86b91f3 commit efd7650

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis/travis_install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ make db_init
3838
section_end "init.db"
3939

4040

41-
section "install.chromedriver"
41+
section "install.chromedriver.and.selenium"
4242
wget https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
4343
sudo unzip chromedriver_linux64.zip chromedriver -d /usr/local/bin
4444
rm chromedriver_linux64.zip
4545
which chromium-browser
4646
chromium-browser --version
47-
section_end "install.chromedriver"
47+
pip install --upgrade selenium
48+
python -c "import selenium; print(f'Selenium {selenium.__version__}')"
49+
section_end "install.chromedriver.and.selenium"

0 commit comments

Comments
 (0)