Selenium README note about --url-base on Windows
authoraddshore <addshorewiki@gmail.com>
Sat, 13 Jan 2018 11:52:26 +0000 (11:52 +0000)
committerHashar <hashar@free.fr>
Mon, 15 Jan 2018 10:03:00 +0000 (10:03 +0000)
For me /wd/hub doesnt work and wd/hub must be used

Change-Id: Ic61d516b53c95b0d1351bcda7308870f5fc5171c

tests/selenium/README.md

index c895a42..6fad6fe 100644 (file)
@@ -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