Table of Contents

Class RuleSet

Namespace
OpenQA.Selenium.DevTools.V130.Preload
Assembly
WebDriver.dll

RuleSet

public sealed class RuleSet
Inheritance
RuleSet
Inherited Members

Properties

BackendNodeId

backendNodeId

[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }

Property Value

long?

ErrorMessage

errorMessage

[JsonPropertyName("errorMessage")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ErrorMessage { get; set; }

Property Value

string

ErrorType

errorType

[JsonPropertyName("errorType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RuleSetErrorType? ErrorType { get; set; }

Property Value

RuleSetErrorType?

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

LoaderId

loaderId

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

RequestId

requestId

[JsonPropertyName("requestId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RequestId { get; set; }

Property Value

string

SourceText

sourceText

[JsonPropertyName("sourceText")]
public string SourceText { get; set; }

Property Value

string

Url

url

[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }

Property Value

string