mimiq
    Preparing search index...

    Interface ActionExecutionResult

    interface ActionExecutionResult {
        action: BrowserSimAction;
        error?: string;
        metadata?: JsonObject;
        runId: string;
        screenshotBuffer?: string | Buffer<ArrayBufferLike>;
        succeeded: boolean;
    }
    Index
    error?: string
    metadata?: JsonObject
    runId: string
    screenshotBuffer?: string | Buffer<ArrayBufferLike>
    succeeded: boolean