wavexis_key_press
Press a single keyboard key on the focused element. Useful for triggering shortcuts or navigation keys like Enter, Tab, or Escape.
Instructions
Press a single keyboard key on the focused element.
Use wavexis_type for typing full strings or wavexis_fill for setting field values without individual key events.
Side effects: Dispatches a keydown/keypress/keyup sequence for the given key on whatever element currently has focus. Returns: JSON string with keys: 'status' ('ok'/'error'). On error also 'error', 'tool', 'type', 'message', 'suggestion' (all str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |