Class LayoutTreeSnapshot
- Namespace
- OpenQA.Selenium.Dev
Tools .V132.DOMSnapshot
- Assembly
- WebDriver.dll
LayoutTreeSnapshot
- Inheritance
-
Layout
Tree Snapshot
- Inherited Members
Properties
BlendedBackgroundColors
blendedBackgroundColors
[JsonPropertyName("blendedBackgroundColors")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long[] BlendedBackgroundColors { get; set; }
Property Value
- long[]
Bounds
bounds
Property Value
- double[][]
ClientRects
clientRects
[JsonPropertyName("clientRects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[][] ClientRects { get; set; }
Property Value
- double[][]
NodeIndex
nodeIndex
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
Property Value
Styles
styles
Property Value
- string[][]
Text
text
Property Value
- long[]
TextColorOpacities
textColorOpacities
[JsonPropertyName("textColorOpacities")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[] TextColorOpacities { get; set; }
Property Value
- double[]