Check Computed Style
Check the computed style on a specific element.
Last updated
Check the computed style on a specific element.
Check Computed Style compares a CSS property on an Element with what you expect. Use it when visual state is driven by styles rather than text or attributes alone.

Confirm an error field shows a red border after validation fails.
Verify a hidden panel uses display: none or another expected property.
Pair with Check Attribute when the source is an HTML attribute instead.
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Value Standardization
Tags: check, computed, style, test, expect, assert, element, computed, css
Last updated