From 97ad068e0da4337f5c5680f8b62c6f9e6018e75c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 23 Jun 2017 14:58:06 +1200 Subject: [PATCH] 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. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37e74ba..c93f861 100644 --- a/README.md +++ b/README.md @@ -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" -Download the latest [Firefox ESR](https://www.mozilla.org/en-US/firefox/organizations/all/) (Extended Support Release). -It might be 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) +Download [Firefox 31.0 ESR](https://ftp.mozilla.org/pub/firefox/releases/31.8.0esr/) (Extended Support Release). +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). 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. Protip: You can skip this step by using `[SS_DATABASE_CHOOSE_NAME]` in a global