const context = await browser.createIncognitoBrowserContext() const page = await context.newPage() page.setJavaScriptEnabled(false)