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

Method grabTextFrom

lib/helper/Appium.js:1632–1635  ·  view source on GitHub ↗

* {{> grabTextFrom }} *

(locator)

Source from the content-addressed store, hash-verified

1630 *
1631 */
1632 async grabTextFrom(locator) {
1633 if (this.isWeb) return super.grabTextFrom(locator)
1634 return super.grabTextFrom(parseLocator.call(this, locator))
1635 }
1636
1637 /**
1638 * {{> grabNumberOfVisibleElements }}

Callers 12

AppiumWeb_test.jsFile · 0.45
Appium_ios_test.jsFile · 0.45
Appium_test.jsFile · 0.45
submitAndGrabFunction · 0.45
testsFunction · 0.45
session_test.jsFile · 0.45
within_test.jsFile · 0.45
AppiumTs.types.tsFile · 0.45
Appium.types.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected