wait_for_network
Wait for network inactivity after triggering actions that cause API calls, ensuring subsequent steps proceed only when network requests are complete.
Instructions
Wait for network activity to become idle.
Useful after triggering actions that cause API calls.
Args:
timeout: Maximum time to wait in seconds
idle_time: How long network must be idle to consider it done
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| idle_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |