assert_element_not_visible
Confirm that an element is hidden or absent from the page, using a CSS selector and optional timeout to wait for its disappearance.
Instructions
Assert an element is NOT visible (hidden or absent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| timeout | No | ||
| selector | Yes |