press_key
Simulate keyboard input by pressing one or more keys together at the current focus in a Chrome browser tab, enabling shortcuts like Enter or Ctrl+A to trigger actions and automate interactions.
Instructions
Press a key or chord at the current focus, e.g. keys=['Enter'] or ['Control','a'].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Key names to press together. | |
| tab_id | No | Optional tab id. |