'Declaration Public Function GetDownloadedPath( _ Optional ByVal downloadIfNotExists As System.Boolean _ ) As System.String
public System.string GetDownloadedPath( System.bool downloadIfNotExists )
Parameters
- downloadIfNotExists
- Whether to download the browser if it doesn't exist in the destination folder.
Return Value
A path to Chromium executable or a null reference (Nothing in Visual Basic) if the browser is not downloaded.