Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class DownloadWillBeginEventArgs

Namespace
OpenQA.Selenium.DevTools.V136.Browser
Assembly
WebDriver.dll

DownloadWillBegin

public sealed class DownloadWillBeginEventArgs : EventArgs
Inheritance
DownloadWillBeginEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

Guid

Gets or sets the guid

[JsonPropertyName("guid")]
public string Guid { get; set; }

Property Value

string

SuggestedFilename

Gets or sets the suggestedFilename

[JsonPropertyName("suggestedFilename")]
public string SuggestedFilename { get; set; }

Property Value

string

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string