Parent: #1197 (master #1063).
What
Buffer and expose page lifecycle events (Page.lifecycleEvent, frameNavigated) per session target so agents can observe load progress and SPA navigations. Playwright page lifecycle events.
Where
crates/synapse-a11y/src/cdp_lifecycle.rs (shared with waitForLoadState, #1126).
Done when (FSV)
- domcontentloaded and load events recorded with timestamps on a real navigation.
- framenavigated fires on SPA route change.
- Per-target scoping verified.
Parent: #1197 (master #1063).
What
Buffer and expose page lifecycle events (
Page.lifecycleEvent,frameNavigated) per session target so agents can observe load progress and SPA navigations. Playwright page lifecycle events.Where
crates/synapse-a11y/src/cdp_lifecycle.rs(shared with waitForLoadState, #1126).Done when (FSV)