Interact with page
haden_interactExecute a single browser action and return the updated snapshot immediately, eliminating an extra read call. Supports clicks, fills, selects, presses, scrolling, navigation, and waiting.
Instructions
Perform one browser action and immediately return the updated snapshot, avoiding an extra read call. click/fill/select need a current e ref; press can target a ref or the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| ref | No | ||
| mode | No | text | |
| value | No | ||
| action | Yes | ||
| amount | No | ||
| waitMs | No | ||
| maxChars | No | ||
| direction | No |