Conversion Bot Test Hub

Page chrome: #brand-home and #nav-hub are always present — both are same-origin links to /. Bot click → URL change → PASS.

No-op form — submit does nothing

Page role: Intentional FAIL. JS calls preventDefault() on submit so nothing changes.

Bot scoring: fields fill, submit clicks, but URL and page text stay the same → FAIL.

Required name — filled by the bot before the blocked submit.

Required email — filled by the bot before the blocked submit.

Looks like a real submit, but the page listener cancels the event. No request, no DOM update, no navigation.