Skip to content

Latest commit

 

History

History

05 Browser & Desktop

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 chromium

Recommended first example: automate_with_playwright.py