| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
TwoCaptcha.Internal.Types.HCaptcha
Documentation
Parameters used to solve hCaptcha.
Constructors
| MkHCaptcha Captcha |
Parameters used to solve hCaptcha.
Required parameters:
Optional parameters:
hInvisible :: Lens' HCaptcha (Maybe Bool) Source #
Defines if the captcha is invisible. Invisible hCaptchas are currently a rare case.
customData :: Lens' HCaptcha (Maybe Text) Source #
Custom data that is used in some implementations of hCaptcha, mostly with invisible captchas. In most cases, you see it as rqdata inside network requests.
IMPORTANT: you MUST provide userAgent if you submit with customData.
The value should match the User-Agent you use when interacting with target website.