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

Method click

lib/helper/Puppeteer.js:1263–1265  ·  view source on GitHub ↗

* {{> click }} *

(locator = '//body', context = null)

Source from the content-addressed store, hash-verified

1261 *
1262 */
1263 async click(locator = '//body', context = null) {
1264 return proceedClick.call(this, locator, context)
1265 }
1266
1267 /**
1268 * {{> forceClick }}

Callers 7

downloadFileMethod · 0.95
focusMethod · 0.45
clickXYMethod · 0.45
checkOptionMethod · 0.45
uncheckOptionMethod · 0.45
proceedClickFunction · 0.45
proceedSelectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected