chrome_press
Sends a keyboard key to a selected browser tab, optionally after focusing an element, to automate page navigation and form input.
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 |