Skip to content

Commit

Permalink
Remove internal method from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 22, 2015
1 parent b1c71c1 commit 117c062
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 7 additions & 5 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ Features supported:
- **Protractor.debugger** - Injects client side scripts into
window.clientSideScripts for debugging.

## Protractor Locators

Supported Protractor Locators. Note these work just like the standard locators.
## Supported Protractor Locators
Note these work the same as standard locators.
You can find a single element (find_element), multiple elements (find_elements),
and the finders are chainable (finding elements from a parent element).

- **binding** - `driver.find_element(:binding, 'slowHttpStatus')`

Not yet supported locators:

## Unsupported Protractor Locators

These locators are on the roadmap for implementation.

- **findRepeaterRows**
- **findAllRepeaterRows**
Expand Down
2 changes: 0 additions & 2 deletions docs/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Protractor Command | Note
`Protractor.get 'url'` | driver.get redirects to protractor.get
`Protractor.setLocation 'url'` | Note this is unrelated to the selenium setLocation for geographic position
`Protractor.getLocationAbsUrl` |
`Protractor.sync` | Internal method used to sync webdriver commands. Not for end users.


Sync can be toggled by running:

Expand Down

0 comments on commit 117c062

Please sign in to comment.