Expand description
Captcha provider integrations.
These adapters provide a unified interface for third-party captcha solvers such as AntiCaptcha, CapSolver, and TwoCaptcha. The core solver can remain agnostic of vendor-specific details while still retrieving challenge tokens when necessary.
Structs§
- Anti
Captcha Provider - Placeholder adapter for the AntiCaptcha service.
- CapSolver
Provider - Placeholder adapter for the CapSolver service.
- Captcha
Config - High-level configuration that controls captcha solving behaviour.
- Captcha
Solution - Resolved captcha token and optional metadata.
- Captcha
Task - Details describing the captcha Cloudflare issued.
- TwoCaptcha
Provider - Placeholder adapter for the TwoCaptcha service.
Enums§
- Captcha
Error - Errors surfaced by captcha providers.
Traits§
- Captcha
Provider - Shared interface implemented by captcha vendors.
Type Aliases§
- Captcha
Result - Common result type returned by captcha providers.