Create Session
Allocates a new browser session for the user, with optional configurations for ad-blocking, captcha solving, proxy usage, and idle timeout.
Authorizations
API key passed in the header
Body
Configuration options for ad-blocking.
Configuration options for captcha-solving.
The amount of time (in minutes) the session waits for new connections after all others are closed before stopping. Defaults to 1
. Setting it to -1
let the browser session continue forever [CAUTION - Keep track of long living sessions and manually kill them].
Options for managing and persisting session profiles.
Configuration options for proxy usage.
Should the session be recorded.
Maximum amount of time (in minutes) for the browser to run, before terminating. Defaults to -1
, which disables the global timeout mechanism.
Configuration for the browser's viewport size.