ie_wait_element
Wait for an element to appear or disappear in legacy IE applications, synchronizing automation with page load.
Instructions
Wait for an element (by/value) to appear — or, with gone=true, to disappear. Use before acting on slow-rendering content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| gone | No | wait for it to disappear instead | |
| frame | No | ||
| value | Yes | ||
| timeout | No | max seconds (default 20) | |
| interval | No |