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

Commit a6c347f

Browse files
authored
Merge pull request #195 from elgalu/upgrade-selenium-3.8.1
Upgrading to 3.8.1 Grid and 3.8.0 Python bindings
2 parents e9e2314 + 0876709 commit a6c347f

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
@@ -263,8 +263,8 @@ RUN echo "${UBUNTU_FLAVOR}" > UBUNTU_FLAVOR \
263263
# Selenium latest
264264
#=================
265265
# Layer size: medium ~22 MB
266-
ARG SEL_DIRECTORY="3.7"
267-
ARG SEL_VER="3.7.1"
266+
ARG SEL_DIRECTORY="3.8"
267+
ARG SEL_VER="3.8.1"
268268

269269
RUN echo $SEL_VER
270270
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.7.0
1+
selenium==3.8.0
22
retrying>=1.3.3

0 commit comments

Comments
 (0)