wait_for
Wait for a specific selector or text to appear on a webpage before proceeding. Useful for timing-dependent automation tasks.
Instructions
Wait until selector exists or text appears on page.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| text | No | ||
| timeout | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |