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

Method _withinEnd

lib/helper/Playwright.js:1313–1322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1311 }
1312
1313 async _withinEnd() {
1314 this.withinLocator = null
1315 if (this.page) {
1316 this.context = await this.page
1317 } else {
1318 this.context = null
1319 }
1320 this.contextLocator = null
1321 this.frame = null
1322 }
1323
1324 _extractDataFromPerformanceTiming(timing, ...dataNames) {
1325 const navigationStart = timing.navigationStart

Callers 1

_failedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected