action
Execute specific accessibility actions on UI elements when standard functions are insufficient. Identify available actions with get_element, then perform them by exact name.
Instructions
Perform a raw accessibility action by exact name.
Use this when the convenience functions (click, focus, etc.)
do not cover what you need. Call ``get_element`` first to
see the element's actions list, then pass the exact name here.
Args:
element_id: The element ID.
action_name: Exact action name (e.g. "activate", "expand or collapse", "ShowMenu").Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | ||
| action_name | Yes |