[]
Initializes a new instance of the GcHtmlBrowser class.
public GcHtmlBrowser(string executablePath, LaunchOptions launchOptions = null)
Public Sub New(executablePath As String, Optional launchOptions As LaunchOptions = Nothing)
Type | Name | Description |
---|---|---|
string | executablePath | Path to a Chrome, Edge, or Chromium executable to run. |
LaunchOptions | launchOptions | Options for launching the browser. |