File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN apt-get update -qqy \
27
27
# Selenium
28
28
# ==========
29
29
RUN mkdir -p /opt/selenium \
30
- && wget --no-verbose https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar -O /opt/selenium/selenium-server-standalone-2.53.1.jar
30
+ && wget --no-verbose https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar -O /opt/selenium/selenium-server-standalone-2.53.1.jar \
31
+ && wget --no-verbose https://selenium-release.storage.googleapis.com/3.0-beta3/selenium-server-standalone-3.0.0-beta3.jar -O /opt/selenium/selenium-server-standalone-3.0.0-beta3.jar
31
32
ENV SELENIUM_VERSION=2.53.1
32
33
33
34
# ========================================
You can’t perform that action at this time.
0 commit comments