click
Perform a single or double click on a webpage element using its unique ID, enabling precise interaction during browser automation and testing.
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. |