mimiq
    Preparing search index...

    Interface BrowserTrace

    interface BrowserTrace {
        finishedAt?: string;
        goalAchieved: boolean;
        sceneId: string;
        startedAt: string;
        steps: BrowserStep[];
        targetUrl: string;
        terminalState?: string;
    }
    Index

    Properties

    finishedAt?: string
    goalAchieved: boolean
    sceneId: string
    startedAt: string
    steps: BrowserStep[]
    targetUrl: string
    terminalState?: string