File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ these using the following environment variables:
64
64
- ` SELENIUM_VERSION ` - version of the Selenium server
65
65
- ` FIREFOX_VERSION ` - version of Firefox (only applies to Firefox images)
66
66
67
- For example, the following will start a standalone server using Selenium 2.53.1
68
- and Firefox 45 .0.2:
67
+ For example, the following will start a standalone server using Selenium 3.0.0-beta3
68
+ and Firefox 48 .0.2:
69
69
70
70
``` bash
71
- $ docker run -d -p 4444:4444 -e SELENIUM_VERSION=2.53.1 -e FIREFOX_VERSION=45 .0.2 selenium/standalone-firefox:2.53.1
71
+ $ docker run -d -p 4444:4444 -e SELENIUM_VERSION=3.0.0-beta3 -e FIREFOX_VERSION=48 .0.2 selenium/standalone-firefox:latest
72
72
```
73
73
74
74
### JAVA_OPTS Java Environment Options
You can’t perform that action at this time.
0 commit comments