web_press_key
Press a key in the DESKTOP grid browser (by pageId) — Enter, Tab, Escape, ArrowDown, or a chord like Control+A. Targets an element when a selector is given, otherwise the focused one. Not a device — for a phone or tablet use webpage_press_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name, e.g. Enter / Tab / Escape / ArrowDown / Control+A | |
| pageId | Yes | Page ID from web_navigate | |
| selector | No | CSS selector to focus first; omit to use focus as-is |