mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Link to correct Firefox download (fixes #162)
Firefox 45.0 and 52.0 ESR aren't even loading the URLs (at least with Selenium 2.41). See https://github.com/silverstripe/silverstripe-behat-extension/issues/162 This might be solved with upgrading to Selenium 2.x latest, but for now let's not confuse users. I'm pretty familiar with all of this, and it still took me half an hour to figure out.
This commit is contained in:
parent
704300f873
commit
97ad068e0d
@ -51,9 +51,9 @@ Now get the latest Selenium2 server (requires [Java](http://www.oracle.com/techn
|
|||||||
|
|
||||||
composer require --dev se/selenium-server-standalone:"2.x@stable"
|
composer require --dev se/selenium-server-standalone:"2.x@stable"
|
||||||
|
|
||||||
Download the latest [Firefox ESR](https://www.mozilla.org/en-US/firefox/organizations/all/) (Extended Support Release).
|
Download [Firefox 31.0 ESR](https://ftp.mozilla.org/pub/firefox/releases/31.8.0esr/) (Extended Support Release).
|
||||||
It might be older than your currently installed Firefox.
|
This version is older than your currently installed Firefox.
|
||||||
It's important to have a browser that's [supported by Selenium-Webdriver](http://docs.seleniumhq.org/docs/01_introducing_selenium.jsp#selenium-webdriver)
|
It's important to have a browser that's [supported by Selenium-Webdriver](http://docs.seleniumhq.org/docs/01_introducing_selenium.jsp#selenium-webdriver). Even newer Firefox ESR versions are likely to break with the Selenium version we're running.
|
||||||
|
|
||||||
Now install the SilverStripe project as usual by opening it in a browser and following the instructions.
|
Now install the SilverStripe project as usual by opening it in a browser and following the instructions.
|
||||||
Protip: You can skip this step by using `[SS_DATABASE_CHOOSE_NAME]` in a global
|
Protip: You can skip this step by using `[SS_DATABASE_CHOOSE_NAME]` in a global
|
||||||
|
Loading…
Reference in New Issue
Block a user