MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / checkOption

Method checkOption

lib/helper/Appium.js:1534–1537  ·  view source on GitHub ↗

* {{> checkOption }} *

(field)

Source from the content-addressed store, hash-verified

1532 *
1533 */
1534 async checkOption(field) {
1535 if (this.isWeb) return super.checkOption(field)
1536 return super.checkOption(parseLocator.call(this, field))
1537 }
1538
1539 /**
1540 * {{> click }}

Callers 9

testsFunction · 0.45
session_test.jsFile · 0.45
within_test.jsFile · 0.45
checkout_test.jsFile · 0.45
AppiumTs.types.tsFile · 0.45
Appium.types.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected