Skip to main content
Server path: /browser-automation | Type: Embedded | PCID required: No

Tools


browser-automation_logins_list

List saved browser login contexts. These are pre-authenticated browser sessions that can be reused for automation tasks. Use the context ID with useContextService parameter in browser-automation_operator_run or browser-automation_playwright_run. Parameters: None

browser-automation_operator_run

Start a browser automation task using natural language. Returns sessionId, collectionId, logFileName. BROWSER AUTOMATION PATTERN: Put run + poll loop + file saving in ONE node function. Do NOT create separate nodes. Call capability_details for ‘browser-automation’ to get the full workflow code pattern. Parameters:

browser-automation_operator_run_continue

Check status of a running Browser Operator task. Call in a loop after browser-automation_operator_run until status is “completed” or “failed”. Returns current status and log content. Poll every 3-5 seconds. Parameters:

browser-automation_playwright_run

Run Playwright code in a remote cloud browser. Returns sessionId, collectionId, logFileName. BROWSER AUTOMATION PATTERN: Put run + poll loop + file saving in ONE node function. Do NOT create separate nodes. Call capability_details for ‘browser-automation’ to get the full workflow code pattern. Parameters:

browser-automation_playwright_run_continue

Check status of a running Playwright task. Call in a loop after browser-automation_playwright_run until status is “completed” or “failed”. Poll every 3-5 seconds. Parameters: