Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 20, 2015
1 parent 0d36ce7 commit bd842d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ Start element explorer using the standalone server to see the logs.

> protractor --elementExplorer --browser firefox --seleniumAddress http://127.0.0.1:4444/wd/hub
Note that on node 0.12 or newer, protractor must be run from source for elementExplorer.
Use protractor v2.1.0 or newer.

```bash
webdriver-manager update
protractor --elementExplorer --browser firefox --seleniumAddress http://127.0.0.1:4444/wd/hub
```

Alternatively, run from source:

```javascript
node ./protractor/bin/webdriver-manager update
Expand Down

0 comments on commit bd842d1

Please sign in to comment.