@duckduckgo/content-scope-scripts
    Preparing search index...

    Inject a solved captcha token into the page.

    interface SolveCaptchaAction {
        actionType: "solveCaptcha";
        captchaType?: string;
        dataSource?: string;
        id: string;
        retry?: RetryConfig;
        selector: string;
    }
    Index

    Properties

    actionType: "solveCaptcha"
    captchaType?: string

    selects the captcha handler. Supported values: "image", "cloudFlareTurnstile". When omitted, the deprecated handler runs and self-detects recaptcha2/recaptchaEnterprise from the DOM.

    dataSource?: string
    id: string
    retry?: RetryConfig
    selector: string

    selector for the captcha container