Quick Start
Create a session and start automating:session.py
Core Operations
Sessions provide three methods for interacting with the browser:| Method | Purpose |
|---|---|
observe() | Get the current page state and available actions |
execute() | Perform an action on the page |
scrape() | Extract structured data from the page |
linkedin_step.py
Session Capabilities
Sessions come with powerful built-in capabilities:Proxies
Route traffic through residential proxies for geo-targeting
Captcha Solving
Automatically solve reCAPTCHA and hCaptcha
Stealth Mode
Evade bot detection with fingerprint randomization
Recordings
Record sessions for debugging and replay
Live View
Watch sessions execute in real-time
Browser Profiles
Persist browser state across sessions
Next Steps
Session Lifecycle
Create, manage, and stop sessions
Session Configuration
All configuration options
Browser Controls
Complete action reference
Connect with Playwright
Use Playwright via CDP

