pai
    Preparing search index...

    Type Alias BrowserStatus

    What pai browser setup reports.

    type BrowserStatus = {
        install: string;
        installed: boolean;
        profile: string;
        session: string;
        version: string | null;
    }
    Index
    install: string

    The command that installs agent-browser.

    installed: boolean

    True when agent-browser is on the PATH.

    profile: string

    The Chrome profile folder, or profile name, for this space.

    session: string

    The agent-browser session name for this space.

    version: string | null

    The version agent-browser reports. null when it is not installed.