Parent: #1197 (master #1063).
What
Install a controllable clock for the page (Date, setTimeout/Interval, requestAnimationFrame) via an init-script shim and/or Emulation.setVirtualTimePolicy, with setFixedTime/fastForward/pauseAt. Playwright page.clock.
Where
New crates/synapse-a11y/src/cdp_clock.rs; pairs with addInitScript (JS-eval epic).
Done when (FSV)
- Date.now()/new Date() reflect the installed time (via evaluate).
- A pending setTimeout fires only after fastForward by its delay.
- pauseAt freezes time at the target.
Parent: #1197 (master #1063).
What
Install a controllable clock for the page (Date, setTimeout/Interval, requestAnimationFrame) via an init-script shim and/or
Emulation.setVirtualTimePolicy, with setFixedTime/fastForward/pauseAt. Playwright page.clock.Where
New
crates/synapse-a11y/src/cdp_clock.rs; pairs with addInitScript (JS-eval epic).Done when (FSV)