Developer quickstart
Get Started
Install the SDK and make your first request
Key Features
Multi-Tab Browser Control
Multi-Tab Browser Control
Control multiple browser tabs within a single session. Open, switch, and manage tabs programmatically for complex workflows like comparison shopping, multi-site form filling, and dashboard monitoring. Learn more →
Page Context API
Page Context API
Get detailed page state with every action using
include_context=True. Access viewport dimensions, scroll position, page size, URL, title, and more. Perfect for debugging coordinates and building smart automation. Learn more →Explicit Timing Control
Explicit Timing Control
Use
computer.wait(seconds) for explicit delays. Great for waiting on page loads, animations, and rate limiting.