2captcha-0.1.0.0: Haskell package for easy integration with the 2captcha API.
Safe HaskellNone
LanguageHaskell2010

TwoCaptcha.Internal.Types.HCaptcha

Synopsis

Documentation

hCaptcha :: HCaptcha Source #

Parameters used to solve hCaptcha.

Required parameters:

Optional parameters:

siteKey :: Lens' HCaptcha (Maybe Text) Source #

Value of data-sitekey parameter on target website.

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.