Test-mode URL params
Append to any live vendor page to force a known state — useful when validating your own captcha-presence detector against ground truth. Flags are orthogonal and may be combined with , or repeated params.
?captcha=on— default; render widget normally?captcha=off— skip widget mount entirely?captcha=visible— force checkbox / visible variant?captcha=invisible— force invisible + auto-execute?captcha=expired— mount, then drop token to expired?captcha=failed— mount, route success to error?delay=2000— defer mount by N ms (timing tests)
Combos: ?captcha=invisible,expired ·
?captcha=invisible&captcha=failed ·
?captcha=invisible,failed&delay=2000