We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce5dbe commit 7637b66Copy full SHA for 7637b66
README.md
@@ -129,8 +129,8 @@ $ docker run -d -P -p <port4VNC>:5900 --link selenium-hub:hub selenium/node-fire
129
```
130
e.g.:
131
``` bash
132
-$ docker run -d -P -p 5900:5900 --link selenium-hub:hub selenium/node-chrome-debug:2.48.2
133
-$ docker run -d -P -p 5901:5900 --link selenium-hub:hub selenium/node-firefox-debug:2.48.2
+$ docker run -d -P -p 5900:5900 --link selenium-hub:hub selenium/node-chrome-debug:2.53.0
+$ docker run -d -P -p 5901:5900 --link selenium-hub:hub selenium/node-firefox-debug:2.53.0
134
135
136
to connect to the Chrome node on 5900 and the Firefox node on 5901 (assuming those node are free, and reachable).
0 commit comments