Overview of Patchright
mainPatchright is a patched and undetected version of the Playwright Testing and Automation Framework designed to serve as a drop-in replacement for Playwright. It focuses on bypassing anti-bot detections by patching Chromium-based browsers.
Important Limitations:
- Browser Support: Patchright only patches CHROMIUM based browsers. Firefox and Webkit are not supported.
- Console API: To avoid detection via the
Console.enableleak, Patchright disables the Console API entirely. Standardconsolefunctionality will not work. If needed, use JavaScript loggers (though these may also be detectable). - Driver vs. Language Packages: This repository contains the Patchright Driver. To use Patchright in your projects, you must use one of the language-specific packages.