Class LayoutTreeNode
- Namespace
- OpenQA.Selenium.DevTools.V130.DOMSnapshot
- Assembly
- WebDriver.dll
LayoutTreeNode
public sealed class LayoutTreeNode
- Inheritance
-
LayoutTreeNode
- Inherited Members
Properties
BoundingBox
boundingBox
[JsonPropertyName("boundingBox")]
public Rect BoundingBox { get; set; }
Property Value
DomNodeIndex
domNodeIndex
[JsonPropertyName("domNodeIndex")]
public long DomNodeIndex { get; set; }
Property Value
InlineTextNodes
inlineTextNodes
[JsonPropertyName("inlineTextNodes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InlineTextBox[] InlineTextNodes { get; set; }
Property Value
IsStackingContext
isStackingContext
[JsonPropertyName("isStackingContext")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsStackingContext { get; set; }
Property Value
- bool?
LayoutText
layoutText
[JsonPropertyName("layoutText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string LayoutText { get; set; }
Property Value
PaintOrder
paintOrder
[JsonPropertyName("paintOrder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? PaintOrder { get; set; }
Property Value
- long?
StyleIndex
styleIndex
[JsonPropertyName("styleIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? StyleIndex { get; set; }
Property Value
- long?