Eligibility Check
Simulates a form submit that causes an immediate full-page navigation (real HTML form action, not SPA). Reproduces the CS reinjection bug.
How this reproduces the bug:- Workflow: Navigate here → Click #btnSubmit → BOOL (check #result-element)
- Click fires the form submit → immediate full-page navigation (0ms)
- CS is killed mid-screenshot/postNextAction for the Click node
- New CS on /reinjection-repro-result re-reads stale currentNode
- Bug: same node screenshots twice in quick succession