wait_for_element_present
Wait until a specified element is present in the DOM, with a configurable timeout, and raise an exception if it isn't found within that time.
Instructions
Wait until the element is present in the DOM.
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 |