click
Activates an element on a specified page using its unique ID. Supports single or double activation and optional snapshot in response.
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 | |
| pageId | Yes | Targets a specific page by ID. | |
| dblClick | No | Set to true for double clicks. Default is false. | |
| includeSnapshot | No | Whether to include a snapshot in the response. Default is false. |