Files
Byparr/debug
ThePhaselessandClaude Opus 5 1173fe0b7d debug: wait for the checkbox to be presented before pressing
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>
2026-08-15 17:15:30 +02:00
..