(url, gotoOptions)
| 191 | } |
| 192 | |
| 193 | async openTestPage(url, gotoOptions) { |
| 194 | await this.page.bringToFront(); |
| 195 | await this.pageGoto(url, gotoOptions); |
| 196 | } |
| 197 | |
| 198 | onPageEventResponse(eventUUID) { |
| 199 | const resolves = this.pageEventListeners.get(eventUUID); |
no test coverage detected