Creates a new session and returns session details including a unique session ID. A session remains active for 10 minutes of inactivity.
The URL to create or continue session from.
Boolean flag to indicate if session to be run locally or in the cloud (Default: False). If set to true, the session will be run locally via your chrome extension. If set to false, the session will be run in the cloud.
The agent id to use for the session.
The mode you would like to use for the session. ‘fast’ or ‘standard’
Boolean flag to use a proxy for the session (Default: False). Each Session gets a new Residential IP.
Object containing height and width for the browser screen size.
Additional optional parameters for the session.
The final status of the browsing session. One of [“CONTINUE”, “ASK_USER”, “DONE”]
A message providing more details about the session status.
The unique identifier for the session.
The URL associated with the session.
image url of the screenshot taken during the session.