The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The ID of the session (created or existing). Use this ID to interact with the session for the next operation.
Session idle timeout in minutes. Will timeout if now() > last access time + idle_timeout_minutes
Session creation time
Last access time
Session status
active, closed, error, timed_out Session max duration in minutes. Will timeout if now() > creation time + max_duration_minutes
Session closing time
Session duration
Steps of the session
Error message if the operation failed to complete
Credit usage for the session. None
Whether proxies were used for the session. True if any proxy was applied during session creation.
chromium, chrome, firefox, chrome-nightly, chrome-turbo Whether FileStorage was attached to the session.
Total byte usage for network requests.
Total byte usage for network responses.
The user agent to use for the session
The width of the viewport
The height of the viewport
Whether to run the session in headless mode.
Whether to solve captchas.
The URL to connect to the CDP server.