Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 90d466c

Browse files
authored
Upgrade to Selenium 3.13.0 (#257)
* Upgrading to Selenium 3.13.0 * Upgrading bindings to 3.13.0
1 parent 41dd2b0 commit 90d466c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ RUN echo "${UBUNTU_FLAVOR}" > UBUNTU_FLAVOR \
267267
# Selenium latest
268268
#=================
269269
# Layer size: medium ~22 MB
270-
ARG SEL_DIRECTORY="3.12"
271-
ENV SEL_VER="3.12.0"
270+
ARG SEL_DIRECTORY="3.13"
271+
ENV SEL_VER="3.13.0"
272272

273273
RUN echo $SEL_VER
274274
RUN export SELBASE="https://selenium-release.storage.googleapis.com" \

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
selenium==3.11.0
1+
selenium==3.13.0
22
retrying>=1.3.3

0 commit comments

Comments
 (0)