nex_browser_key_down
Simulate pressing and holding a keyboard key in browser automation, keeping it active until explicitly released. Target specific pages or sessions for precise input control.
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 |