Back to Library
Advanced

Abort Third Party Calls

Prompt

Generate Playwright setup that blocks analytics and third-party scripts.

Example Code

await page.route(/analytics/,r=>r.abort());

Quick Actions

PRO TIP

Paste this prompt as a comment in your .spec.ts file and let Copilot generate the test.

Next Steps
Browse Prompts