wavexis_wait
Wait for a specific page condition: load, DOM ready, network idle, selector presence, or URL pattern. Returns elapsed time and status.
Instructions
Wait for a specific condition on the page.
Args: input: Wait parameters (strategy, selector, timeout).
Returns:
JSON string with status "ok" and elapsed_ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |