Skip to content

Commit 3954397

Browse files
committed
Upgrading Selenium to version 3.6.0
1 parent b5262f1 commit 3954397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ USER seluser
5656
#==========
5757
RUN sudo mkdir -p /opt/selenium \
5858
&& sudo chown seluser:seluser /opt/selenium \
59-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar \
59+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar \
6060
-O /opt/selenium/selenium-server-standalone.jar
6161

tests/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
cd tests
3-
pip install selenium===3.5.0 \
3+
pip install selenium===3.6.0 \
44
docker===2.5.1 \
55
| grep -v 'Requirement already satisfied'
66

0 commit comments

Comments
 (0)