safari_get_computed_style
Retrieve computed CSS styles for a specified element. Optionally filter to get only specific properties like color or font-size.
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']) |