Skip to content

Commit ade1372

Browse files
committed
Update README to demonstrate running Selenium 3.0.0-beta3 and Firefox 48
1 parent e61dff5 commit ade1372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ these using the following environment variables:
6464
- `SELENIUM_VERSION` - version of the Selenium server
6565
- `FIREFOX_VERSION` - version of Firefox (only applies to Firefox images)
6666

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:
6969

7070
```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
7272
```
7373

7474
### JAVA_OPTS Java Environment Options

0 commit comments

Comments
 (0)