Quick Start
Create a session with default settings:Configuration Options
Customize your session with these options:Common Configuration Options
boolean
default:false
Automatically accept cookies on pages that are visited in the session
boolean
default:false
Enable standard stealth mode to evade basic bot detection
boolean
default:false
Enable advanced stealth mode for maximum bot detection evasion (reach out to us at info@hyperbrowser.ai to get access)
boolean
default:false
Route traffic through a proxy (see Proxy Guide for configuration)
object
Screen dimensions with
width and height (default: 1280x720)number
Session timeout in minutes (min: 1, max: 720)
This shows the most commonly used options. For the complete list of configuration parameters including proxy settings, CAPTCHA solving, recordings, profiles, extensions, and more, see:
- Python SDK Documentation - Full parameter reference
- Node.js SDK Documentation - Full parameter reference
- API Reference - Complete REST API documentation
Session Response
The API returns a session object with these properties:To see the complete list of properties, see the API Reference.
string
Unique session identifier
string
WebSocket URL for browser automation
string
URL to view the session in real-time
string
URL to view the session page in the dashboard
string
URL to send computer actions to the session
string
Current status (
active, closed, or error)string
ISO 8601 timestamp
object | null
The parameters that were used to launch the session.
See the API Reference for more details.
number | null
Credits used by the session
Stealth Mode
Bypass bot detection with stealth features:Proxies
Route sessions through proxies for geo-targeting or additional anonymity:See the Proxy Guide for advanced proxy configuration including states, cities, and custom proxy servers.
Session Timeout
Sessions automatically close after a certain amount of time based on your team’s default timeout setting. You can change the default timeout on the Settings page. You can also configure the timeout per session during session creation:Custom Screen Size
Set custom screen dimensions for specific testing scenarios:Next Steps
Lifecycle Management
Stop, monitor, and manage active sessions
Connect with Playwright
Use Playwright to control your session
Connect with Puppeteer
Use Puppeteer to control your session
Stealth Mode
Deep dive into anti-detection features