Skip to content

Commit

Permalink
Upgrading Selenium to version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 28, 2017
1 parent b5262f1 commit 3954397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ USER seluser
#==========
RUN sudo mkdir -p /opt/selenium \
&& sudo chown seluser:seluser /opt/selenium \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar \
-O /opt/selenium/selenium-server-standalone.jar

2 changes: 1 addition & 1 deletion tests/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
cd tests
pip install selenium===3.5.0 \
pip install selenium===3.6.0 \
docker===2.5.1 \
| grep -v 'Requirement already satisfied'

Expand Down

0 comments on commit 3954397

Please sign in to comment.