wavexis_key_down
Send a raw key-down event to the active browser page, enabling programmatic key presses and modifier holds such as Ctrl, Shift, or Alt.
Instructions
Dispatch a raw keyDown event to the active page via CDP.
This tool mirrors Playwright's API for compatibility; use
wavexis_press_keys for typing text and wavexis_act for
natural-language interaction.
Side effects: Sends a key-down input event to the browser page. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |