nex_browser_key_down
Simulate holding a keyboard key down in a browser session until the corresponding key-up action is called. Use it to trigger key combinations or sustained key presses during automation.
Instructions
Hold a keyboard key down until nex_browser_key_up is called.
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 |