Table of Contents

Class LoadingFinishedEventArgs

Namespace
OpenQA.Selenium.DevTools.V85.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

ShouldReportCorbBlocking

Gets or sets the shouldReportCorbBlocking

[JsonPropertyName("shouldReportCorbBlocking")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShouldReportCorbBlocking { get; set; }

Property Value

bool?

Timestamp

Gets or sets the timestamp

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

Property Value

double