assert_attribute
Confirm an element's attribute value matches the expected value, using configurable selectors, exact matching, and timeout for robust UI verification.
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 |