Use the right Selenium URL

This commit is contained in:
John Bintz 2015-06-08 18:54:19 -04:00
parent ace5159320
commit 3d5094a3d4
1 changed files with 1 additions and 1 deletions

View File

@ -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!