()
| 718 | } |
| 719 | |
| 720 | async _withinEnd() { |
| 721 | this.withinLocator = null |
| 722 | if (this.page && !this.page.isClosed?.()) { |
| 723 | this.context = await this.page.mainFrame().$('body') |
| 724 | } else { |
| 725 | this.context = null |
| 726 | } |
| 727 | } |
| 728 | |
| 729 | _extractDataFromPerformanceTiming(timing, ...dataNames) { |
| 730 | const navigationStart = timing.navigationStart |