assert_css_property
Check that an element's computed CSS property value matches expected, verifying styling changes or dynamic behavior.
Instructions
Assert that a computed CSS property value matches expected for an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element | |
| property | Yes | CSS property name (e.g., "color", "display") | |
| expected | Yes | Expected property value | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |