Table of Contents

Class LayoutTreeSnapshot

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

LayoutTreeSnapshot

public sealed class LayoutTreeSnapshot
Inheritance
LayoutTreeSnapshot
Inherited Members

Properties

Bounds

bounds

[JsonPropertyName("bounds")]
public double[][] Bounds { get; set; }

Property Value

double[][]

ClientRects

clientRects

[JsonPropertyName("clientRects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[][] ClientRects { get; set; }

Property Value

double[][]

NodeIndex

nodeIndex

[JsonPropertyName("nodeIndex")]
public long[] NodeIndex { get; set; }

Property Value

long[]

OffsetRects

offsetRects

[JsonPropertyName("offsetRects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[][] OffsetRects { get; set; }

Property Value

double[][]

PaintOrders

paintOrders

[JsonPropertyName("paintOrders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long[] PaintOrders { get; set; }

Property Value

long[]

ScrollRects

scrollRects

[JsonPropertyName("scrollRects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[][] ScrollRects { get; set; }

Property Value

double[][]

StackingContexts

stackingContexts

[JsonPropertyName("stackingContexts")]
public RareBooleanData StackingContexts { get; set; }

Property Value

RareBooleanData

Styles

styles

[JsonPropertyName("styles")]
public string[][] Styles { get; set; }

Property Value

string[][]

Text

text

[JsonPropertyName("text")]
public long[] Text { get; set; }

Property Value

long[]