Table of Contents

Class BackForwardCacheBlockingDetails

Namespace
OpenQA.Selenium.DevTools.V146.Page
Assembly
Selenium.WebDriver.dll

BackForwardCacheBlockingDetails

public sealed class BackForwardCacheBlockingDetails
Inheritance
BackForwardCacheBlockingDetails
Inherited Members

Properties

ColumnNumber

Column number in the script (0-based).

[JsonPropertyName("columnNumber")]
public long ColumnNumber { get; set; }

Property Value

long

Function

Function name where blockage happened. Optional because of anonymous functions and tests.

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

Property Value

string

LineNumber

Line number in the script (0-based).

[JsonPropertyName("lineNumber")]
public long LineNumber { get; set; }

Property Value

long

Url

Url of the file where blockage happened. Optional because of tests.

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

Property Value

string