Undetected Playwright automation in Python. Stealth-patched Firefox, anti-detect browser fingerprint in the engine, not injected. Passes bot detection.
1,811 stars197 forksPythonUpdated 7/28/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.
Install / run
pip install invisible-playwright
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
Quick start
1Import the library in your Python script using `from invisible_playwright import stealth_puppeteer as sp`
2Launch a new browser instance with `sp.launch()`
3Navigate to a webpage using `page = sp.new_page()` and `page.goto('https://example.com')`
4Perform actions on the webpage using methods like `page.click()` and `page.type()`
5Close the browser instance with `sp.close()`
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
Topics
anti-bot
anti-detect-browser
antidetect
automation
browser-automation
browser-fingerprinting
captcha
fingerprint
fingerprint-spoofing
fingerprintjs
firefox
headless-browser
playwright
python
recaptcha
recaptcha-bypass
scraping
stealth
undetected
web-scraping
What's inside โ free to inspect
No purchase needed
Read the entire source before you build โ unlike paid marketplaces that hide it behind a buy button.