Package Exports
- brave-real-playwright-core
- brave-real-playwright-core/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (brave-real-playwright-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🦁 brave-real-playwright-core v1.56.1
Based on Playwright Core v1.56.1
Brave Real-World Optimized Playwright Core with comprehensive stealth patches
This is a pre-patched version of Playwright Core v1.56.1 optimized for maximum stealth when using Brave browser.
✨ Features
- 🛡️ 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
🚀 Installation
npm install brave-real-playwright-core
📚 Usage
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/');
🎯 Performance Metrics
- sourceUrlLeak: GREEN status ✅ PERFECT
- UtilityScript: Hidden from error stacks ✅
- Bot Detection Success: 100% (10/10 tests) ✅
- Cross-Platform: Full support ✅
📦 Based On
- playwright-core: v1.56.1
- rebrowser-patches: Latest stealth optimizations
- Brave optimization: v1.56.1