Basic Information

appmixer.airtop.core.CreateSession

1.0.0

Public

Create a new Airtop cloud browser session. Sessions are billed per minute - terminate the session with the Terminate Session component as soon as the flow is done with it.

Input Ports

in

FieldTypeDescription
Profile Name text Name of a saved Airtop profile (cookies, local storage, logged-in state) to load into the session. Leave empty to start from a clean browser.
Idle Timeout (minutes) number Minutes of inactivity after which Airtop terminates the session automatically. Between 1 and 10080. Defaults to 10.
Solve Captcha toggle Automatically solve captcha challenges encountered during the session.
Use Proxy toggle Route the session through an Airtop-provided proxy.
Record Session toggle Enable session recording so the browsing session can be replayed later in Airtop.
Extension IDs text Comma-separated list of Google Web Store extension IDs to load into the session.
Wait Until Running toggle Airtop answers immediately with the status "initializing" and the session cannot be used until it reaches "running" - Create Window and every page operation answer 404 before then. Keep this enabled (the default) when the same flow uses the session right away; the component then waits up to two minutes for readiness and terminates the session if it never gets there. Disable it only when the session ID is stored for later use.

Output Ports

out

FieldTypeDescription
Session ID string -
Status string -
Date Created string -
Last Activity string -
Current Usage (minutes) integer -
CDP URL string -
CDP WebSocket URL string -
Chromedriver URL string -

Full Metadata