click
Simulate user clicks on web page elements to test interactions, automate workflows, or trigger JavaScript events in Chrome DevTools sessions.
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. |