'Declaration Public Function New( _ Optional ByVal chromeChannel As String _ ) As Plugin
public Plugin New( string chromeChannel )
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