css_computed_style
Get computed CSS styles for any element via a CSS selector, with optional property filtering to target specific style values for debugging.
Instructions
Get computed CSS styles for an element. Optionally filter to specific properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element (e.g. .header, #main, button) | |
| properties | No | Specific properties to return (e.g. ['color', 'font-size', 'margin']). Omit for all. |