Table of Contents

Class DownloadProgressEventArgs

Namespace
OpenQA.Selenium.DevTools.V132.Page
Assembly
WebDriver.dll

DownloadProgress

public sealed class DownloadProgressEventArgs : EventArgs
Inheritance
DownloadProgressEventArgs
Inherited Members

Properties

Guid

Gets or sets the guid

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

Property Value

string

ReceivedBytes

Gets or sets the receivedBytes

[JsonPropertyName("receivedBytes")]
public double ReceivedBytes { get; set; }

Property Value

double

State

Gets or sets the state

[JsonPropertyName("state")]
public string State { get; set; }

Property Value

string

TotalBytes

Gets or sets the totalBytes

[JsonPropertyName("totalBytes")]
public double TotalBytes { get; set; }

Property Value

double