safari_get_computed_style
Retrieve computed CSS styles for any element in Safari, with optional filtering to specific properties. Simplify debugging and automation by getting exact rendered styles directly from the browser.
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']) |