browser_act
Perform actions on web page elements: click, fill, type, press keys, hover, select, and check/uncheck, for automated browser control in security assessments.
Instructions
Purpose: Interact with a page element: click, fill, type, press a key, hover, select an option, or (un)check.… Constraints: Use browser_snapshot refs when available. ref/CSS supports all actions. Semantic role/text/label supports click, fill, check, and hover only; use name/exact for accessible matching. Example: browser_act(action='fill', target='e3', value='admin', session='recon')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| exact | No | ||
| value | No | ||
| action | Yes | ||
| target | No | ||
| session | No | default | |
| target_type | No | ref |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||