wait_for_element_absent
Waits until a specified element disappears from the DOM. Set an optional timeout to control how long to wait, and get an exception if the element remains present.
Instructions
Wait until an element is removed from the DOM.
If no timeout given (0 or None), then SeleniumBase uses 7 seconds.
Raises an exception if the element is still present after the timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |