invisible_playwright: Undetected Automate
Invisible Playwright is a Python tool that provides undetected browser automation using a stealth-patched Firefox browser, allowing users to bypass bot detection and perform automated tasks without being flagged as a bot.
- •When you need to automate web scraping tasks without getting blocked by websites
- •When you want to create automated browser tests that mimic real user behavior
- •When you need to perform automated tasks on websites that have strict bot detection measures in place
from invisible_playwright import stealth_puppeteer as sp; page = sp.new_page(); page.goto('https://example.com'); page.click('text=Login'); page.type('#username', 'your_username'); page.type('#password', 'your_password')Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/invisible-playwright && curl -fsSL https://workflowstacks.com/api/skills/invisible-playwright/claude-skill -o ~/.claude/skills/invisible-playwright/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Invisible_playwright: Undetected Automate is a large Python project (~37k lines across 126 code files, plus 71 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2pyproject.tomlDependencies and the commands it exposes
- 3src/invisible_playwright/__init__.pyInside src/ — the main logic begins here
- 4examples/basic.pyA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/invisible-playwright && curl -fsSL https://workflowstacks.com/api/skills/invisible-playwright/claude-skill -o ~/.claude/skills/invisible-playwright/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More devtools tools founders pair with this one.