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

    Fill a form's fields from the extracted profile data (or generated values).

    interface FillFormAction {
        actionType: "fillForm";
        dataSource?: string;
        elements: FormElement[];
        id: string;
        retry?: RetryConfig;
        selector: string;
    }
    Index

    Properties

    actionType: "fillForm"
    dataSource?: string
    elements: FormElement[]
    id: string
    retry?: RetryConfig
    selector: string

    selector for the form element