()
| 2490 | } |
| 2491 | |
| 2492 | async _getContext() { |
| 2493 | if (this.context && this.context.constructor.name === 'CdpFrame') { |
| 2494 | return this.context |
| 2495 | } |
| 2496 | return this.page |
| 2497 | } |
| 2498 | |
| 2499 | /** |
| 2500 | * {{> waitInUrl }} |
no outgoing calls
no test coverage detected