Skip to main content
The click solver clicks a target you provide. It does not identify images, answer questions, or automatically detect the correct control.

Before you start

Enable anti_captcha.enabled and create a page-level cdp session using the CAPTCHA setup. Navigate to your page and locate the verification control.

Manual solving

Use a selector from your page:
Or pass [x, y] coordinates in viewport CSS pixels:
selector is required. Automatic mode is not supported for click.

Check the result

A success result means the click action completed. Wait for the expected page state to confirm verification. Recalculate coordinates after scrolling or a layout change; a completed click can still hit the wrong control. If the element is inside an iframe, a main-document selector may not find it. Inspect it with your framework’s frame support and use an appropriate target. For ordinary UI interaction without CAPTCHA configuration, use Human.click.