browser_get_computed_style
Retrieve computed CSS styles for a specific element to verify visual properties like colors, fonts, and dimensions not captured in the accessibility tree.
Instructions
Get the computed CSS styles for a specific element. Use this to verify visual changes like colors, fonts, or dimensions that are not reflected in the accessibility tree.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameIndex | No | Optional frame index to force context (e.g., 0 for main frame, 1 for first iframe, etc.) | |
| properties | No | Optional list of CSS properties to filter by (e.g., ["color", "font-size"]) | |
| backendNodeId | Yes | The backend DOM node ID of the target element |