From 7205b836154ca571dbf7c1161e4b0f0e13b43c12 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 4838bf1..75d95d0 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