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