Browser
browserAct
Act in Browser
Act on a browser session's current page: click an element, type text into a field, or press a key.
Arguments
actionstringrequiredThe interaction: "click" (a target), "type" (text into a target), or "press" (a key like Enter).sessionIdstringrequiredThe browser session to act on: the sessionId from browserOpen.targetstringoptionalThe element to act on: a CSS selector (e.g. "#submit") or visible text. Required for click and type; omit for press.valuestringoptionalFor "type", the text to enter into the target. For "press", the key name (e.g. "Enter", "Escape"). Omit for click.
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- click the login button
- type my email into the field
- press Enter
- fill in that form field
Pair it with
The verbs that finish the job.