From cff382d6051be6b98dce35447ac68ec8da1ca278 Mon Sep 17 00:00:00 2001 From: addshore Date: Sat, 13 Jan 2018 11:52:26 +0000 Subject: [PATCH] Selenium README note about --url-base on Windows For me /wd/hub doesnt work and wd/hub must be used Change-Id: Ic61d516b53c95b0d1351bcda7308870f5fc5171c --- tests/selenium/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/selenium/README.md b/tests/selenium/README.md index c895a4225a..6fad6febfe 100644 --- a/tests/selenium/README.md +++ b/tests/selenium/README.md @@ -25,6 +25,8 @@ To run only one file (for example page.js), you first need to spawn the chromedr chromedriver --url-base=/wd/hub --port=4444 +Note: On Windows you may need to use "--url-base=wd/hub" + Then in another terminal: cd tests/selenium -- 2.20.1