名前 | 解説 | |
---|---|---|
BrowserFetcher コンストラクタ | Initializes a new instance of the BrowserFetcher class. |
BrowserFetcherデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
BrowserFetcher コンストラクタ | Initializes a new instance of the BrowserFetcher class. |
名前 | 解説 | |
---|---|---|
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. |
名前 | 解説 | |
---|---|---|
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. |
名前 | 解説 | |
---|---|---|
DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. |