nex_browser_press_key
Press a specified keyboard key on the active page or targeted element to simulate user input and trigger corresponding browser behavior for automation.
Instructions
Press a key on the selected page or focused element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| pageId | No | Stable page ID; defaults to the session active page | |
| target | No | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| sessionId | No | Optional session ID; defaults to this MCP client active session |