wait_for_change
Wait for a page to actually change after a click, then report what changed—URL, title, DOM size, or text. Returns only when something happens or notifies you if nothing did.
Instructions
Wait until the page actually CHANGES and report what changed (url / title / DOM size / text). This is the honest version of a fixed sleep after a click: it returns as soon as something happened, or tells you nothing did.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll_ms | No | ||
| timeout | No | ||
| settle_ms | No | Require the page to stay stable this long after the change. |