CaptchaTypes
The different types of captchas that can be solved
enum CaptchaTypes {
hcaptcha
recaptcha
recaptchaV3
}
Values
CaptchaTypes.hcaptcha
hCaptcha captcha type
CaptchaTypes.recaptcha
reCAPTCHA captcha type
CaptchaTypes.recaptchaV3
reCAPTCHA v3 captcha type
Member Of
solve
mutation