wait_for_network_idle
Pauses execution until network requests in the active browser tab remain silent for a specified idle period, ensuring pages finish loading before proceeding with further automation steps.
Instructions
wait_for_network_idle(0.5, 15) — 等待【当前活动标签】的 Network 请求静默 idle_time 秒。 只算 active_tab_id 的事件:其它 attached 标签(后台轮询/SSE 页)的 Network 事件也进全局 缓冲,不过滤会一直把 idle 窗口顶开、永不静默。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| idle_time | No |