From 3d5094a3d4a6767af41efd870a71e0104ff8ceef Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 8 Jun 2015 18:54:19 -0400 Subject: [PATCH] Use the right Selenium URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c577f7f..62fa134 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ to recreate my RSpec/Cucumber + Capybara setup purely in JavaScript! ## Using `npm install -g persistent_selenium`, then `persistent_selenium`. Point -your Selenium client to `http://localhost:4443`. Test away! +your Selenium client to `http://localhost:4443/wd/hub`. Test away!