All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twocaptcha.captcha.AmazonWaf Maven / Gradle / Ivy

Go to download

Java library for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.

The newest version!
package com.twocaptcha.captcha;

public class AmazonWaf extends Captcha {

    public AmazonWaf() {
        super();
        params.put("method", "amazon_waf");
    }

    public void setSiteKey(String siteKey) {
        params.put("sitekey", siteKey);
    }

    public void setUrl(String url) {
        params.put("pageurl", url);
    }

    public void setIV(String iv) {
        params.put("iv", iv);
    }
    
    public void setContext(String context) {
        params.put("context", context);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy