Skip to content

Commit 7e26f21

Browse files
author
Justin Bishop
committed
updating readme again.
Summary: Reviewers: Test Plan: Task ID:
1 parent 97f26d7 commit 7e26f21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Each command is just the name of a function call, and each additional path is ju
5252

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

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

0 commit comments

Comments
 (0)