Skip to main content

invisible_puppeteer

pyppeteer's API on a patched Firefox with a deterministic stealth profile. Change the import, keep the script.

uv venv
uv pip install invisible-puppeteer
uv run invisible-puppeteer fetch

Requires Python 3.11 or newer. Windows x86_64 and ARM64 (the x86_64 engine, under Windows' own emulation), Linux x86_64 and arm64.

import asyncio
from invisible_puppeteer import launch

async def main():
    browser = await launch(seed=42)
    page = await browser.newPage()
    await page.goto("https://example.com")
    await page.click("a")
    await browser.close()

asyncio.run(main())
browser = await launch(
    seed=42,                        # same seed, same fingerprint
    proxy={"server": "socks5://host:1080", "username": "u", "password": "p"},
    headless=True,                  # hidden desktop, real rendering
    userDataDir="./profile",        # cookies and storage survive the run
)
git clone https://github.com/feder-cr/invisible_puppeteer && cd invisible_puppeteer
uv venv && uv pip install -e ".[dev]"
uv run pytest -q                      # unit
uv run pytest -q -m e2e               # against the real browser

Release files for invisible-puppeteer 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for invisible-puppeteer 0.1.0
File Size Uploaded
invisible_puppeteer-0.1.0.tar.gz 319.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for invisible-puppeteer 0.1.0
File Interpreter ABI Platform
invisible_puppeteer-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 568.0 kB

Release files / invisible_puppeteer-0.1.0.tar.gz

Download URL invisible_puppeteer-0.1.0.tar.gz
Size 319.8 kB
Tags Source
SHA-256 checksum
How to use checksums
513f6464f937a8abb33028922ffc52fa28e21a4d296ff261c74b74566cbf9b09
BLAKE2b-256 checksum
How to use checksums
6ef199b6c90e39e4ccfcb1dca6fb0193dbcc4256a507c8367f4f8797b5ad63ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / invisible_puppeteer-0.1.0-py3-none-any.whl

Download URL invisible_puppeteer-0.1.0-py3-none-any.whl
Size 248.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
bcc9d1dfc98ffdb1829f928023e7a38020354dca38aaf0e0d8cd556e361dd9ec
BLAKE2b-256 checksum
How to use checksums
15c071f321abfed9260f83bfa3632bdf070a18666ee99fc9dda1c04704485470
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page