MCPcopy
hub / github.com/codeceptjs/CodeceptJS / waitForElement

Method waitForElement

lib/helper/Appium.js:1787–1790  ·  view source on GitHub ↗

* {{> waitForElement }} *

(locator, sec = null)

Source from the content-addressed store, hash-verified

1785 *
1786 */
1787 async waitForElement(locator, sec = null) {
1788 if (this.isWeb) return super.waitForElement(locator, sec)
1789 return super.waitForElement(parseLocator.call(this, locator), sec)
1790 }
1791
1792 /**
1793 * {{> waitForVisible }}

Callers 12

Appium_ios_test.jsFile · 0.45
WebDriver_test.jsFile · 0.45
Appium_test.jsFile · 0.45
submitAndGrabFunction · 0.45
testsFunction · 0.45
within_test.jsFile · 0.45
github_test.jsFile · 0.45
AppiumTs.types.tsFile · 0.45
Appium.types.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected