@@ -236,8 +236,8 @@ RUN export SELBASE="https://selenium-release.storage.googleapis.com" \
236236# Selenium 3
237237# ============
238238# Layer size: medium: 22.14 MB
239- ENV SEL_DIRECTORY="3.0 " \
240- SEL_VER="3.0.1 "
239+ ENV SEL_DIRECTORY="3.1 " \
240+ SEL_VER="3.1.0 "
241241RUN export SELBASE="https://selenium-release.storage.googleapis.com" \
242242 && export SELPATH="${SEL_DIRECTORY}/selenium-server-standalone-${SEL_VER}.jar" \
243243 && wget -nv ${SELBASE}/${SELPATH} \
@@ -328,6 +328,8 @@ RUN SHA="8be5bc15e83f0f261fa50ef28de814dd14f7c25e" \
328328# fonts-ipafont-gothic 13.09 MB
329329# xfonts-100dpi 5.939 MB
330330# xfonts-75dpi 5.509 MB
331+ # Regarding fonts-liberation see:
332+ # https://github.com/SeleniumHQ/docker-selenium/issues/383#issuecomment-278367069
331333# Layer size: small: 6.898 MB (with --no-install-recommends)
332334# Layer size: small: 6.898 MB
333335RUN apt-get -qqy update \
@@ -699,6 +701,10 @@ ENV DEFAULT_SELENIUM_HUB_PORT="24444" \
699701# WEBDRIVER_NODE_CHROME_PARAMS='-Dwebdriver.chrome.args="--no-sandbox"' \
700702# Selenium capabilities descriptive (to avoid opera/ie warnings)
701703# docs at https://code.google.com/p/selenium/wiki/Grid2
704+ # SEL_RELEASE_TIMEOUT_SECS
705+ # -timeout AKA GRID_TIMEOUT TODO fix with, ping @allanatadministrate
706+ # https://github.com/SeleniumHQ/docker-selenium/pull/393
707+ # SEL_BROWSER_TIMEOUT_SECS
702708# SELENIUM_NODE_REGISTER_CYCLE
703709# How often in ms the node will try to register itself again.
704710# Allow to restart the hub without having to restart the nodes.
0 commit comments