devtools

invisible_playwright: Undetected Automate

Get stealthy browser automation with invisible_playwright, for startup founders
1,871 stars213 forksPythonGuide quality 8/10Updated 8/11/2026100% free · open source
What it does

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 to use it
  • 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
Ready-to-paste prompt
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')
Heads up: Make sure you have the correct version of Python and the necessary dependencies installed, as invisible_playwright is compatible with Python 3.7-3.10 and requires the `playwright` library to be installed
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/invisible-playwright && curl -fsSL https://workflowstacks.com/api/skills/invisible-playwright/claude-skill -o ~/.claude/skills/invisible-playwright/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How invisible_playwright: Undetected Automate works
Codeflow
Free to inspect

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.

Size
Large codebase
~37k lines · 126 code files · ~5 h to skim
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Python
No API keys detected
Python 93%JavaScript 7%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    pyproject.toml
    Dependencies and the commands it exposes
  3. 3
    src/invisible_playwright/__init__.py
    Inside src/ — the main logic begins here
  4. 4
    examples/basic.py
    A worked example — copy this to get going
What's in each folder
src/Core code — the actual logic108 files
docs/Documentation460 files
examples/Examples you can copy2 files
scripts/Helper scripts22 files
tests/Tests — proof it works73 files
.github/CI / automation (GitHub Actions)14 files
.githooks/Tool / agent settings1 files
READMEHas testsDocumentedCI checksExamples includedMIT licenseUpdated this month
Quick Actions
Details
Creator
feder-cr
Language
Python
Category
devtools
Published
5/13/2026

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.