browser-automation / library
playwright-python
Capability: playwright-python
Use it when
- browser automation and scraping in Python with Playwright
- headless chromium scripts in Python test suites
What it solves
Not the fit when
- bot-detection-challenge alone without stealth
Install
pip install playwright && playwright install
Invoke
from playwright.sync_api import sync_playwright; browser automation with storage_state for session reuse.