MCPcopy Create free account
hub / github.com/darkreader/darkreader / openTestPage

Method openTestPage

tests/browser/environment.js:193–196  ·  view source on GitHub ↗
(url, gotoOptions)

Source from the content-addressed store, hash-verified

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

Callers 1

assignTestGlobalsMethod · 0.95

Calls 1

pageGotoMethod · 0.95

Tested by

no test coverage detected