Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
Appium_test.js
File · 0.45
tests
Function · 0.45
Playwright.types.ts
File · 0.45
PlaywrightTs.types.ts
File · 0.45
WebDriverIO.types.ts
File · 0.45
Calls
1
fillField
Method · 0.95
Tested by
no test coverage detected