kaios-types
    Preparing search index...

    Interface BrowserElementExecuteScriptOptions

    Options for executing a script.

    interface BrowserElementExecuteScriptOptions {
        origin?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    origin?: string

    The origin associated with the script.

    url?: string

    The URL associated with the script.