public static void GetNewInstance( out string url, out int port, out string address, BrowserType browserType, string browserArgs )
Parameters
- url
Type: System.String
Pipe host of instance (127.0.0.1).
- port
Type: System.Int32
Instance port.
- address
Type: System.String
Instance work mode.
- browserType
Type: ZennoLab.InterfacesLibrary.Enums.Browser.BrowserType
The browser type. The default value is BrowserType.Firefox45.
- browserArgs
Type: System.String
The command line arguments for starting browser.