wait_for_element_not_visible
Wait for an element to become hidden or disappear from the page, with a configurable timeout and exception on timeout.
Instructions
Wait until an element is no longer visible on the page.
If no timeout given (0 or None), then SeleniumBase uses 7 seconds.
Raises an exception if the element is still visible after the timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |