wait_for_element_visible
Waits until a page element is visible, using an optional timeout; raises an exception if the element stays hidden.
Instructions
Wait until the element is visible on the page.
If no timeout given (0 or None), then SeleniumBase uses 7 seconds.
Raises an exception if the element isn't visible within the timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |