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

Commit 1ef8c82

Browse files
committed
docs(element): add param docs for isElementPresent
Closes #1257
1 parent a8d4e5e commit 1ef8c82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/protractor.js

+2
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,8 @@ var buildElementHelper = function(ptor) {
636636
* for Angular to settle before making the check.
637637
*
638638
* @see ElementFinder.isPresent
639+
*
640+
* @param {webdriver.Locator} subLocator Locator for element to look for.
639641
* @return {ElementFinder} which resolves to whether
640642
* the element is present on the page.
641643
*/

0 commit comments

Comments
 (0)