wait_for_load
Wait for the active browser tab to finish loading by polling document.readyState, with an optional timeout. Resolves once the page reaches a complete state, ensuring subsequent actions operate on a fully rendered page.
Instructions
wait_for_load(15) — poll document.readyState (无 listener 泄漏)。
tab 不传等当前活动标签。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| timeout | No |