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

Commit f960d3d

Browse files
committed
Upgrade Selenium from 3.3.1 to 3.5.3
1 parent 2892d7e commit f960d3d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Note image ids also change after scm-source.json has being updated which trigger
99

1010
## TBD_DOCKER_TAG
1111
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...master (TBD_DATE)
12+
+ Upgrade Selenium from 3.3.1 to 3.5.3
1213
+ Upgrade GeckoDriver from 0.15.0 to 0.18.0
1314
+ **Image tag details:**
1415
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For pull requests or local commits:
1212

1313
For repository owners only:
1414

15-
git commit -m "Upgrade Chrome patch to 61.0.3163.91"
15+
git commit -m "Upgrade Selenium from 3.3.1 to 3.5.3"
1616
git tag -d latest; git tag -d `cat VERSION`; git push origin :`cat VERSION`; git tag `cat VERSION` && git push --force origin tmp-`cat VERSION` && git push --tags
1717

1818
-- Wait for Travis to pass OK

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,15 @@ WORKDIR /home/seluser
228228
# Selenium latest
229229
#=================
230230
# Layer size: medium ~22 MB
231-
ENV SEL_DIRECTORY="3.3" \
232-
SEL_VER="3.3.1"
231+
ENV SEL_DIRECTORY="3.5" \
232+
SEL_VER="3.5.3"
233233
RUN export SELBASE="https://selenium-release.storage.googleapis.com" \
234234
&& export SELPATH="${SEL_DIRECTORY}/selenium-server-standalone-${SEL_VER}.jar" \
235235
&& wget -nv ${SELBASE}/${SELPATH} \
236236
&& ln -s "selenium-server-standalone-${SEL_VER}.jar" \
237237
"selenium-server-standalone-3.jar"
238238

239-
LABEL selenium_version "3.3.1"
239+
LABEL selenium_version "3.5.3"
240240

241241
#=============================
242242
# sudo by default from now on

test/requirements.txt

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

0 commit comments

Comments
 (0)