chrome_press
Send keyboard input to a selected Chrome tab, optionally focusing an element first, to perform actions like submitting forms or navigating pages.
Instructions
Send a keyboard key to the selected page, optionally after focusing an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| tabId | No | ||
| waitMs | No | ||
| debugUrl | No | http://127.0.0.1:9222 | |
| selector | No | ||
| urlContains | No | ||
| titleContains | No |