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 bd842d1 commit b5581ec
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,17 @@ Startup selenium server using the jar or webdriver manager.
- `java -jar selenium-server-standalone-2.45.0.jar`
- `webdriver-manager start`

Start element explorer using the standalone server to see the logs.
Start element explorer using the standalone server to see the logs (protractor v2.1.0 or newer).

> protractor --elementExplorer --browser firefox --seleniumAddress http://127.0.0.1:4444/wd/hub
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
node ./protractor/bin/protractor --elementExplorer --browser firefox --seleniumAddress http://127.0.0.1:4444/wd/hub

browser.get('https://angularjs.org/')
```
> node ./protractor/bin/webdriver-manager update
>
> node ./protractor/bin/protractor --elementExplorer --browser firefox --seleniumAddress http://127.0.0.1:4444/wd/hub
>
> browser.get('https://angularjs.org/')
#### Installing node

Expand Down

0 comments on commit b5581ec

Please sign in to comment.