click_element
Use the 'click_element' tool to programmatically click web elements in Chrome tabs by specifying a CSS selector and tab ID, enabling precise browser automation via the Chrome DevTools Protocol.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector to find the element to click | |
tabId | Yes | ID of the Chrome tab containing the element |