wait_for
Wait for a selector to appear or network to go idle, ensuring client-side content loads before scraping. Use after an initial page read to avoid incomplete data.
Instructions
Wait for selector to appear and/or network activity to go idle, without
navigating or clicking. Use this if a previous get_page_content/get_list read
caught the page before client-side content finished loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idle | No | ||
| selector | No | ||
| timeout_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |