wavexis_key_up
Release a key on the active browser page by dispatching a keyUp event via CDP, enabling low-level keyboard input simulation.
Instructions
Dispatch a raw keyUp event to the active page via CDP.
This tool mirrors Playwright's API for compatibility; pair with
wavexis_key_down for low-level key control, or use
wavexis_press_keys for simple text entry.
Side effects: Sends a key-up 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 |