mimiq
    Preparing search index...

    Interface BrowserStep

    interface BrowserStep {
        action: BrowserStepAction;
        domSnapshot?: string;
        response?: BrowserStepResponse;
        screenshot?: string;
        timestamp: string;
        turn: number;
        url: string;
    }
    Index

    Properties

    domSnapshot?: string
    screenshot?: string
    timestamp: string
    turn: number
    url: string