Skip to content

Commit

Permalink
Upgrade to Selenium 3.9.0 (#669)
Browse files Browse the repository at this point in the history
* Upgrade to Selenium 3.9.0

* Temporal fix to enable nodes register to the hub, this will be reverted when 3.9.1 is released
Fixed on SeleniumHQ/selenium@8828d59
  • Loading branch information
diemol committed Feb 9, 2018
1 parent 8bfcfcb commit 81d559e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ USER seluser
#==========
RUN sudo mkdir -p /opt/selenium \
&& sudo chown seluser:seluser /opt/selenium \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.8/selenium-server-standalone-3.8.1.jar \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.0.jar \
-O /opt/selenium/selenium-server-standalone.jar
3 changes: 2 additions & 1 deletion NodeChrome/generate_config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cat <<_EOF
"registerCycle": $NODE_REGISTER_CYCLE,
"nodePolling": $NODE_POLLING,
"unregisterIfStillDownAfter": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER,
"downPollingLimit": $NODE_DOWN_POLLING_LIMIT
"downPollingLimit": $NODE_DOWN_POLLING_LIMIT,
"hub": "http://$HUB_PORT_4444_TCP_ADDR:$HUB_PORT_4444_TCP_PORT/grid/register"
}
_EOF
3 changes: 2 additions & 1 deletion NodeFirefox/generate_config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ cat <<_EOF
"registerCycle": $NODE_REGISTER_CYCLE,
"nodePolling": $NODE_POLLING,
"unregisterIfStillDownAfter": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER,
"downPollingLimit": $NODE_DOWN_POLLING_LIMIT
"downPollingLimit": $NODE_DOWN_POLLING_LIMIT,
"hub": "http://$HUB_PORT_4444_TCP_ADDR:$HUB_PORT_4444_TCP_PORT/grid/register"
}
_EOF

0 comments on commit 81d559e

Please sign in to comment.