Member Junction
    Preparing search index...

    Navigate the browser to a URL.

    interface RemoteBrowserNavigateAction {
        Kind: "navigate";
        Url: string;
    }
    Index

    Properties

    Properties

    Kind: "navigate"
    Url: string

    The absolute URL to load.