assert_attribute
Check that a web element's attribute matches an expected value to validate UI state or behavior.
Instructions
Assert an element attribute has the expected value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| exact | No | ||
| timeout | No | ||
| expected | Yes | ||
| selector | Yes | ||
| attribute | Yes |