Brave-optimized Playwright Core (v1.57.0) with comprehensive stealth patches and error stack sanitization
npm install brave-real-playwright-coreBased on Playwright Core v1.57.0
Brave Real-World Optimized Playwright Core with comprehensive stealth patches
This is a pre-patched version of Playwright Core v1.57.0 optimized for maximum stealth when using Brave browser.
- 🛡️ Error Stack Sanitization: UtilityScript traces removed
- 🟢 Perfect sourceUrlLeak: GREEN status achieved
- 🌍 Cross-Platform: Windows/macOS/Linux (x64/arm64)
- 🦁 Brave Integration: Auto-detection and optimization
- 📊 100% Stealth Success: All bot detection tests pass
- ⚡ Ultra-Fast Performance: Optimized execution timing
``bash`
npm install brave-real-playwright-core
`javascript
import { chromium } from 'brave-real-playwright-core';
const browser = await chromium.launch({
// Brave browser will be auto-detected
headless: false,
devtools: true
});
const page = await browser.newPage();
// All stealth features are automatically applied
await page.goto('https://bot-detector.rebrowser.net/');
``
- sourceUrlLeak: GREEN status ✅ PERFECT
- UtilityScript: Hidden from error stacks ✅
- Bot Detection Success: 100% (10/10 tests) ✅
- Cross-Platform: Full support ✅
- playwright-core: v1.57.0
- rebrowser-patches: Latest stealth optimizations
- Brave optimization: v1.57.0-patch.15