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

Method fillField

lib/helper/Appium.js:1613–1617  ·  view source on GitHub ↗

* {{> fillField }} *

(field, value, context = null)

Source from the content-addressed store, hash-verified

1611 *
1612 */
1613 async fillField(field, value, context = null) {
1614 value = value.toString()
1615 if (this.isWeb) return super.fillField(field, value, context)
1616 return super.fillField(parseLocator.call(this, field), value)
1617 }
1618
1619 /**
1620 * {{> grabTextFromAll }}

Callers 15

Playwright_test.jsFile · 0.45
Appium_ios_test.jsFile · 0.45
WebDriver_test.jsFile · 0.45
Puppeteer_test.jsFile · 0.45
Appium_test.jsFile · 0.45
testsFunction · 0.45
session_test.jsFile · 0.45
within_test.jsFile · 0.45
coverage_test.jsFile · 0.45
steps.jsFile · 0.45
checkout_test.jsFile · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected