From 292e6938912b4e15573fd30466f931aca919fcb9 Mon Sep 17 00:00:00 2001 From: valentinosp Date: Thu, 15 Oct 2015 22:44:24 +0300 Subject: [PATCH] Update README.md fix link to download selenium server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56e16db..a834ef69 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Set "Use classpath of module" to maven module name (functional-tests-jcommune) Press "Ok". ####Running with Local Selenium Server -If you'd like to use your local browser to run tests, [download selenium server](selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar), +If you'd like to use your local browser to run tests, [download selenium server](http://goo.gl/PJUZfa), unzip it and run as `java -jar selenium-server-standalone-2.44.0.jar`. It will start on http://localhost:4444/wd/console. Now in IntelliJ you have to specify env vars: **Edit Configuration -> Environment Variables**: - SELENIUM_VERSION - your browser version (e.g. 35.0.1)