BrowserFetcher Class Members
In This Topic
The following tables list the members exposed by BrowserFetcher.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| CanDownload | Initiates a HEAD request to check if the Chromium browser is available for download. |
| GetDownloadedPath | Downloads the browser, if necessary, and returns a path to Chromium executable. |
| GetDownloadUrl | Gets the Url for downloading Chromium browser. |
| GetLocalRevisions | Returns a list of all revisions for the selected Platform available locally on disk. |
| GetSystemChromePath | Gets the path to the Google Chrome browser executable installed in the operating system. |
| GetSystemEdgePath | Gets the path to Microsoft Edge browser executable installed in the operating system. |
| RemoveLocalRevision | Removes a downloaded revision for the selected Platform. |
Top
Public Events
| Name | Description |
| DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. |
Top
See Also