safari_get_computed_style
Retrieve computed CSS styles for web page elements using CSS selectors, with optional property filtering for targeted analysis.
Instructions
Get computed CSS styles for an element. Optionally filter specific properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector | |
| properties | No | Specific CSS properties to get (e.g. ['color', 'font-size']) |