Browser
browserOpen
Open Browser Session
Open a URL in a fresh headless browser session on one of your machines (a MachineSync box) and return a sessionId you drive with the other browser verbs.
Arguments
machineIdstringoptionalOverride which machine runs the browser (machineId from listMachines). Omit to let it pick the least busy healthy online one.urlstringrequiredThe full public URL to open, including the scheme, e.g. https://example.com. http(s) only in P0.
Returns
Open a URL in a fresh headless browser session on one of your machines (a MachineSync box) and return a sessionId you drive with the other browser verbs.
Ask for it
The Cloud routes these requests to this verb.
- open <url> in a browser
- load that page on my machine
- browse to X
- start a browser session
Pair it with
The verbs that finish the job.