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

Method _locateClickable

lib/helper/Playwright.js:1811–1814  ·  view source on GitHub ↗

* Find a clickable element by providing human-readable text: * * ```js * this.helpers['Playwright']._locateClickable('Next page').then // ... * ```

(locator)

Source from the content-addressed store, hash-verified

1809 * ```
1810 */
1811 async _locateClickable(locator) {
1812 const context = await this._getContext()
1813 return findClickable.call(this, context, locator)
1814 }
1815
1816 /**
1817 * Find field elements by providing human-readable text:

Callers

nothing calls this directly

Calls 1

_getContextMethod · 0.95

Tested by

no test coverage detected