Run browser validation as a deterministic sequence.
- •Capture state with browser snapshot before each action.
- •Execute one browser action at a time.
- •Capture screenshot after each action and compare expected vs observed state.
- •Avoid action batching; keep steps auditable.
- •Report outcome with exact failing step and reproducible sequence.