Class LayoutTreeSnapshot
- Namespace
- OpenQA.Selenium.DevTools.V131.DOMSnapshot
- Assembly
- WebDriver.dll
LayoutTreeSnapshot
public sealed class LayoutTreeSnapshot
- Inheritance
-
LayoutTreeSnapshot
- Inherited Members
Properties
BlendedBackgroundColors
blendedBackgroundColors
[JsonPropertyName("blendedBackgroundColors")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long[] BlendedBackgroundColors { get; set; }
Property Value
- long[]
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
Styles
styles
[JsonPropertyName("styles")]
public string[][] Styles { get; set; }
Property Value
- string[][]
Text
text
[JsonPropertyName("text")]
public long[] Text { get; set; }
Property Value
- long[]
TextColorOpacities
textColorOpacities
[JsonPropertyName("textColorOpacities")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[] TextColorOpacities { get; set; }
Property Value
- double[]