wait_for_text
Wait until a specified text substring appears in a page element, with a configurable timeout (default 7 seconds), raising an exception if it doesn't appear in time.
Instructions
Wait until the text substring appears within an element.
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 |
|---|---|---|---|
| text | Yes | ||
| timeout | No | ||
| selector | No | body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |