()
| 3409 | } |
| 3410 | |
| 3411 | async _getContext() { |
| 3412 | if (this.context) { |
| 3413 | return this.context |
| 3414 | } |
| 3415 | if (this.frame) { |
| 3416 | return this.frame |
| 3417 | } |
| 3418 | return this.page |
| 3419 | } |
| 3420 | |
| 3421 | /** |
| 3422 | * {{> waitInUrl }} |
no outgoing calls
no test coverage detected