Table of Contents

Class LoadingFinishedEventArgs

Namespace
OpenQA.Selenium.DevTools.V131.Network
Assembly
WebDriver.dll

LoadingFinished

public sealed class LoadingFinishedEventArgs : EventArgs
Inheritance
LoadingFinishedEventArgs
Inherited Members

Properties

EncodedDataLength

Gets or sets the encodedDataLength

[JsonPropertyName("encodedDataLength")]
public double EncodedDataLength { get; set; }

Property Value

double

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double