Patchright Enhanced for Configurable Stealth Browser Sessions

A TypeScript wrapper around Patchright for repeatable Chrome sessions in authorized QA, monitoring, scraping, and internal browser-automation workflows.

The useful part

What you get from it

What it is

Patchright Enhanced is a small TypeScript project built on Patchright. It wraps the underlying browser-automation library with a configurable session loop, proxy support, a start URL, timezone control, and a parallel-session limit.

Useful setup surface

The repository documents a Linux workflow:

  1. Install Node dependencies with npm install.
  2. Install the Chrome browser used by Patchright.
  3. Configure the environment, proxy list, executable path, timezone, start URL, and MAX_PARALLEL.
  4. Compile with npm run build, then start with npm start.

The current package.json identifies the project as ghostprobe version 1.0.0, with Patchright, dotenv, TypeScript, and ts-node as its main dependencies. The main process creates a SessionManager, runs parallel sessions, and repeats the cycle after a short randomized pause.

Who it helps

This is aimed at developers who need a compact starting point for browser-based QA, monitoring, or internal workflows and want configuration outside the application code. The project also documents Patchright's built-in anti-detection patches, including a native navigator.webdriver result and Chromium flag changes.

Limits and responsible use

The repository has no visible license in its GitHub metadata, so check usage and redistribution rights with the maintainer before incorporating it into a product. Its README mentions penetration testing, scraping, and WAF bypass; use it only on systems and accounts you own or are explicitly authorized to assess. Do not treat passing a WAF or an automation-detection check as proof that a workflow is permitted or reliable.

This entry reflects the repository documentation and source metadata; it has not been hands-on tested here.

Sources

Community

Discussion

Share practical experience, questions, or warnings with the community.

0

Sign in to join the discussion and vote on comments.

No comments yet. Start the discussion.
Keep exploring

More from this topic

More in Tools & Apps