A high-level API to automate web browsers, based on Playwright but designed for undetected browser automation in cloud and anti-bot environments. Version 1.52.0, release cadence ~monthly.
pip install rebrowser-playwrightNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launch Chromium, navigate to a page, and print its title.
Run 'pip install rebrowser-playwright==1.52.0 playwright==1.52.0' and reinstall browsers: 'python -m playwright install chromium'.
Launch with headless=True unless you need visible debugging. Or use rebrowser's stealth context.
Replace 'from rebrowser_playwright.sync_api import sync_playwright' with 'from rebrowser_playwright import sync_playwright'.
Prefer 'browser.new_page()' over 'browser.new_context().new_page()' unless you need separate storage.
No resource links recorded.