browser_hotkey
Press key combinations on a mobile browser page to execute editing shortcuts such as select all, copy, paste, undo, and redo.
Instructions
Press keys together, e.g. ["Meta", "a"] to select all.
Editing shortcuts (select-all, cut, copy, undo, redo) act on the page. Browser-chrome shortcuts such as Control+t are not reachable — CDP drives the page, not the browser UI.
Args: serialno: The browser device serialno, from list_devices. keys: The keys to press together.
Returns: JSON response from the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| serialno | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |