browser_act_type
Type text into browser input elements using CSS selectors, requiring session escalation and justification for controlled automation.
Instructions
Type text into an input element.
REQUIRES: Session must be escalated first via browser_session_escalate.
Args:
session: Name of the browser session
selector: CSS selector for the input element
text: Text to type
reason: Justification for why this input is necessary
clear_first: If True, clear the input before typing
Returns:
Observed changes after typing (NOT success/failure)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | ||
| selector | Yes | ||
| text | Yes | ||
| reason | Yes | ||
| clear_first | No |