Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
docs(element): add param docs for isElementPresent
Browse files Browse the repository at this point in the history
Closes #1257
  • Loading branch information
juliemr committed Aug 28, 2014
1 parent a8d4e5e commit 1ef8c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/protractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ var buildElementHelper = function(ptor) {
* for Angular to settle before making the check.
*
* @see ElementFinder.isPresent
*
* @param {webdriver.Locator} subLocator Locator for element to look for.
* @return {ElementFinder} which resolves to whether
* the element is present on the page.
*/
Expand Down

0 comments on commit 1ef8c82

Please sign in to comment.