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

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


New Method (Chrome)
Creates a new Chrome tab that is connected to the HttpWatch extension
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal chromeChannel As String _
) As Plugin
 

Parameters

chromeChannel

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

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

Return Value

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