dom_click
Click the first element matching a CSS selector by scrolling it into view first, enabling precise DOM interaction in a specified browser tab for debugging or automated testing.
Instructions
Click the first element matching a CSS selector (scrolls into view first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the element to click | |
| targetId | Yes | Target ID of the tab |