MCPcopy Index your code
hub / github.com/MALSync/MALSync / openPage

Function openPage

test/headless/test.js:569–578  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

567}
568
569async function openPage(b) {
570 const page = await b.newPage();
571
572 const blocker = await PuppeteerBlocker.fromPrebuiltAdsAndTracking(fetch);
573 await blocker.enableBlockingInPage(page);
574
575 await page.setViewport({ width: 1920, height: 1080 });
576
577 return page;
578}
579
580async function initTestsArray() {
581 new Promise((resolve, reject) => {

Callers 1

testPageCaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected