click
Presses a specified page element by its unique UID, enabling direct interaction with browser content. Options include double press and returning an updated page snapshot.
Instructions
Clicks on the provided element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The uid of an element on the page from the page content snapshot | |
| dblClick | No | Set to true for double clicks. Default is false. | |
| includeSnapshot | No | Whether to include a snapshot in the response. Default is false. |