ie_wait_text
Wait for a substring to appear or disappear in web page text by polling, scanning all frames. Returns matching frame and preview for slow async content.
Instructions
Poll until a specific substring appears in the page text (for slow async content). Scans all frames unless 'frame' is given; returns which frame matched + a preview. For 'is the page loaded?' use ie_wait_ready instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gone | No | wait for the substring to DISAPPEAR instead of appear (e.g. a spinner) | |
| frame | No | ||
| timeout | No | max seconds (default 45) | |
| contains | Yes | ||
| interval | No | poll seconds (default 2) | |
| case_insensitive | No |