Table of Contents

Class PrerenderMismatchedHeaders

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

Information of headers to be displayed when the header mismatch occurred.

public sealed class PrerenderMismatchedHeaders
Inheritance
PrerenderMismatchedHeaders
Inherited Members

Properties

ActivationValue

activationValue

[JsonPropertyName("activationValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ActivationValue { get; set; }

Property Value

string

HeaderName

headerName

[JsonPropertyName("headerName")]
public string HeaderName { get; set; }

Property Value

string

InitialValue

initialValue

[JsonPropertyName("initialValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? InitialValue { get; set; }

Property Value

string