Table of Contents

Class ResourceChangedPriorityEventArgs

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

ResourceChangedPriority

public sealed class ResourceChangedPriorityEventArgs : EventArgs
Inheritance
ResourceChangedPriorityEventArgs
Inherited Members

Properties

NewPriority

Gets or sets the newPriority

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

Property Value

ResourcePriority

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