mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
FIX: broken link to selenium server jar file
Selenium releases have moved, see: https://code.google.com/p/selenium/downloads/list
This commit is contained in:
parent
5d4e86dbfc
commit
5306efc43f
@ -47,7 +47,7 @@ Switch to the newly created webroot, and add the SilverStripe Behat extension.
|
|||||||
|
|
||||||
Now get the latest Selenium2 server (requires Java):
|
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`.
|
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
|
If you are having issues running Selenium with your browser please check
|
||||||
|
Loading…
Reference in New Issue
Block a user