-
Notifications
You must be signed in to change notification settings - Fork 0
InvisiblePlaywright
invisible_playwright is a stealth Firefox build that patches the browser fingerprint to pass bot detection tests used by services such as Cloudflare and Akamai. It is a drop-in replacement for standard Playwright: existing browser automation code works unchanged, but the browser presents as a legitimate user agent rather than a detectable automated client.
The tool addresses a practical failure mode in agent web scraping workflows: sites that serve CAPTCHAs or block requests when automation is detected, breaking pipelines that rely on web access for data collection or workflow automation.
Placed in Tools > Assess because bot-detection evasion is a real operational need for legitimate web scraping and agent workflows — research pipelines, monitoring tools, and data collection agents all encounter detection barriers. The drop-in Playwright compatibility makes adoption frictionless. However, the same capability enables misuse against sites' terms of service, so application context matters. Worth assessing for agent pipelines where standard Playwright is blocked by detection systems and the use case is legitimate.