brave-real-playwright-core
Version:
Brave-optimized Playwright Core (v1.56.1) with comprehensive stealth patches and error stack sanitization
58 lines (40 loc) • 1.71 kB
Markdown
# 🦁 brave-real-playwright-core v1.56.1-patch.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
```bash
npm install brave-real-playwright-core
```
## 📚 Usage
```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/');
```
## 🎯 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-patch.1
## 🔗 Links
- [Original Project](https://github.com/codeiva4u/Brave-Real-Puppeteer-Playwrite-Core)
- [Documentation](https://rebrowser.net)
- [Issues](https://github.com/codeiva4u/Brave-Real-Puppeteer-Playwrite-Core/issues)