Table of Contents

Class ResourceChangedPriorityEventArgs

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

Fired when resource loading priority is changed

public sealed class ResourceChangedPriorityEventArgs : EventArgs
Inheritance
ResourceChangedPriorityEventArgs
Inherited Members

Properties

NewPriority

New priority

[JsonPropertyName("newPriority")]
public ResourcePriority NewPriority { get; set; }

Property Value

ResourcePriority

RequestId

Request identifier.

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

Property Value

string

Timestamp

Timestamp.

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

Property Value

double