mimiq
    Preparing search index...

    Interface BrowserStepAction

    interface BrowserStepAction {
        error?: string;
        instruction?: string;
        result?: string;
        type: "message" | "navigate" | "act" | "extract" | "observe";
    }
    Index

    Properties

    error?: string
    instruction?: string
    result?: string
    type: "message" | "navigate" | "act" | "extract" | "observe"