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

Method clearField

lib/helper/Puppeteer.js:1617–1619  ·  view source on GitHub ↗

* {{> clearField }}

(field, context = null)

Source from the content-addressed store, hash-verified

1615 * {{> clearField }}
1616 */
1617 async clearField(field, context = null) {
1618 return this.fillField(field, '', context)
1619 }
1620
1621 /**
1622 * {{> appendField }}

Callers 6

Playwright_test.jsFile · 0.45
Appium_test.jsFile · 0.45
testsFunction · 0.45

Calls 1

fillFieldMethod · 0.95

Tested by

no test coverage detected