mimiq
    Preparing search index...

    Interface VisionAdapterConfig

    interface VisionAdapterConfig {
        inputSelector?: string;
        model?: string;
        screenshotSelector?: string;
        sendSelector?: string;
        waitForIdleMs?: number;
    }
    Index

    Properties

    inputSelector?: string
    model?: string
    screenshotSelector?: string
    sendSelector?: string
    waitForIdleMs?: number