mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 22:03:30 +01:00
Cloudflare cycles the widget: the frame appears while it is still 'checking if you are human' with no input inside, and only later renders the checkbox. Earlier probes waited for the iframe and pressed into that first phase, so the click went nowhere. Wait for input[type=checkbox] to exist, settle, re-confirm, then press at the widget's visible position -- the input itself is invisible, which is why locator.click reports success and checked never flips. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>