Name | Description | |
---|---|---|
![]() | BrowserFetcher Constructor | Initializes a new instance of the BrowserFetcher class. |
The following tables list the members exposed by BrowserFetcher.
Name | Description | |
---|---|---|
![]() | BrowserFetcher Constructor | Initializes a new instance of the BrowserFetcher class. |
Name | Description | |
---|---|---|
![]() ![]() | DefaultRevision | Gets the default revision of Chromium browser to check or download.
The value of this property is a subject to change in the future versions. |
![]() | DestinationFolder | Gets or sets the destination folder for the downloads.
If this property is not set, the downloads are stored to [root]/.local-chromium, where [root] is where the project binaries are located. |
![]() | Platform | Gets or sets the browser platform. Defaults to the current platform. |
![]() | Revision | Gets or sets the specific Chromium revision to check or download.
If this property is not set, the DefaultRevision is used. |
![]() | WebProxy | Gets or sets the Proxy to be used by the WebClient. |
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. |
Name | Description | |
---|---|---|
![]() | DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. |