From 5306efc43fcd72f4af403accc5061b4198e2bc3a Mon Sep 17 00:00:00 2001 From: Michael Parkhill Date: Fri, 20 Feb 2015 12:44:21 +1300 Subject: [PATCH] FIX: broken link to selenium server jar file Selenium releases have moved, see: https://code.google.com/p/selenium/downloads/list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0492aa3..70c8c9e 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 https://selenium.googlecode.com/files/selenium-server-standalone-2.41.0.jar + wget http://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar On OSX, you can also use [Homebrew](http://brew.sh/): `brew install selenium-server-standalone`. If you are having issues running Selenium with your browser please check