Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface HookEvalResult

    Minimal CDP-like remote value shape returned by evalResult in handleResult. Keep this intentionally loose.

    interface HookEvalResult {
        description?: string;
        objectId?: string;
        subtype?: string;
        type?: string;
        value?: any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    description?: string
    objectId?: string
    subtype?: string
    type?: string
    value?: any