From e9144767a5455d0fc47214fa8f1a07278525ebc3 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Thu, 3 Oct 2013 12:55:43 +1300 Subject: [PATCH] DOC Use the latest version of selenium standalone server This will fix a bug when the Firefox version is 23 or 24. See original bug report on https://code.google.com/p/selenium/issues/detail?id=6051 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7962dd5..c86a3a6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Switch to the newly created webroot, and add the SilverStripe Behat extension. Now get the latest Selenium2 server (requires Java): - wget http://selenium.googlecode.com/files/selenium-server-standalone-2.33.0.jar + wget https://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar We need to generate a token so the browser and commandline calls can interact with a "shared secret": @@ -70,7 +70,7 @@ in your project root, or set is as an environment variable in your terminal sess You can run the server locally in a separate Terminal session: - java -jar selenium-server-standalone-2.33.0.jar + java -jar selenium-server-standalone-2.35.0.jar ### Running the Tests