From 3f55725d62b014852ec4b3d5a29d2d675e033f51 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 16 May 2016 10:42:50 +1200 Subject: [PATCH] Update documentation to match travis firefox 31ESR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb227f5..2d7c4e9 100644 --- a/README.md +++ b/README.md @@ -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