nex_browser_key_up
Release a keyboard key after pressing and holding it down during browser automation. Specify the key to send a key-up event for the active or chosen page, enabling precise keyboard interactions and avoiding stuck keys.
Instructions
Release a keyboard key held by nex_browser_key_down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| pageId | No | Stable page ID; defaults to the session active page | |
| sessionId | No | Optional session ID; defaults to this MCP client active session |