dom_query
Extract properties from the first DOM element that matches a CSS selector in a browser tab using the Chrome DevTools Protocol, solving the need to quickly inspect specific page elements.
Instructions
Query the first element matching a CSS selector and return its properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector to query | |
| targetId | Yes | Target ID of the tab |