()
| 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 |