cdp_click_coordinates
Click at specific screen coordinates to interact with elements in shadow DOM or other hard-to-select elements. Use coordinates from screenshots or element rect values for precise browser automation.
Instructions
Click at raw x,y screen coordinates. Useful for clicking elements in shadow DOM or other hard-to-select elements. Get coordinates from screenshots or cdp_find_elements rect values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| click_count | No | Number of clicks (1=single, 2=double, default: 1) | |
| button | No | Mouse button: left, right, middle (default: left) |