HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Edge Class / New Method

If edgeChannel is an empty string (the default) the normal stable version of Edge is used. Otherwise, the following values can be used to invoke other Edge installations on the PC:


In This Topic
    New Method (Edge)
    In This Topic
    Creates a new Edge tab that is connected to the HttpWatch extension
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal edgeChannel As String _
    ) As Plugin
    public Plugin New( 
       string edgeChannel
    )

    Parameters

    edgeChannel

    If edgeChannel is an empty string (the default) the normal stable version of Edge is used. Otherwise, the following values can be used to invoke other Edge installations on the PC:

    • "Beta" - use the Beta channel of Edge
    • "Dev" - use the Dev channel of Edge
    • "Canary" - use the Canary channel of Edge

    Return Value

    A reference to the Plugin object representing HttpWatch in the new Edge tab
    Remarks
    A new tab is created in the chosen channel of Edge if it is already running otherwise Edge will be started by this request.
    Requirements
     
    See Also