assert_element_visible
Confirm an element is visible on the page, using a configurable timeout to handle dynamic content. Raises an exception if the element doesn't appear in time.
Instructions
Assert that an 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 found within the timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |