Skip to content

Commit

Permalink
updating readme again.
Browse files Browse the repository at this point in the history
Summary:

Reviewers:

Test Plan:

Task ID:
  • Loading branch information
Justin Bishop committed Oct 12, 2011
1 parent 97f26d7 commit 7e26f21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -52,7 +52,6 @@ Each command is just the name of a function call, and each additional path is ju

## A few Element/Cookie/Session convenience exceptions.

* To find elements, use element($using, $value) and elements($using, $value)
** Where $using is the locator strategy ('xpath', 'id', 'name', etc)
* To find elements, use element($using, $value) and elements($using, $value), where $using is the locator strategy ('xpath', 'id', 'name', etc)
* Use getAllCookies(), setCookie($cookie_json), deleteAllCookies(), and deleteCookie($name)
* Visit pages with open(), close the browser window with close()

0 comments on commit 7e26f21

Please sign in to comment.