You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`wait --idle` blocks until network activity settles — no in-flight requests for
a short window — tracking requestWillBeSent vs loadingFinished/Failed via a
target listener. For SPA loads (Outlook, Workday) where the load event fires
long before the content is fetched and rendered, so a fixed sleep is a guess.
Test: a post-load fetch is waited out (its response is applied by the time idle
returns).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments