Browser automation and full desktop environments.
| File | Description |
|---|---|
automate_with_playwright.py |
Chromium automation via Playwright (CDP) |
automate_with_puppeteer.py |
Chromium automation via Pyppeteer (Python) |
automate_desktop.py |
Full desktop with mouse, keyboard, and screenshots |
Prerequisites for browser examples:
pip install playwright
playwright install chromiumRecommended first example: automate_with_playwright.py