[]
Downloads the browser, if necessary, and returns a path to Chromium executable.
public string GetDownloadedPath(bool downloadIfNotExists = true)
Public Function GetDownloadedPath(Optional downloadIfNotExists As Boolean = True) As String
| Type | Name | Description |
|---|---|---|
| bool | downloadIfNotExists | Whether to download the browser if it doesn't exist in the destination folder. |
| Type | Description |
|---|---|
| string | A path to Chromium executable or null if the browser is not downloaded. |