Update documentation to match travis firefox 31ESR

This commit is contained in:
Damian Mooyman 2016-05-16 10:42:50 +12:00
parent 43298b9ae2
commit 3f55725d62
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ You can run the server locally in a separate Terminal session:
In some cases it may be necessary to start a specific version of firefox
java -jar selenium-server-standalone-2.41.0.jar -Dwebdriver.firefox.bin="/Applications/Firefox26.app/Contents/MacOS/firefox-bin"
java -jar selenium-server-standalone-2.41.0.jar -Dwebdriver.firefox.bin="/Applications/Firefox31.app/Contents/MacOS/firefox-bin"
### Running the Tests