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

Method _evaluateHandeInContext

lib/helper/Playwright.js:1270–1273  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

1268 }
1269
1270 async _evaluateHandeInContext(...args) {
1271 const context = await this._getContext()
1272 return context.evaluateHandle(...args)
1273 }
1274
1275 async _withinBegin(locator) {
1276 if (this.withinLocator) {

Callers

nothing calls this directly

Calls 1

_getContextMethod · 0.95

Tested by

no test coverage detected