Class LayoutTreeNode
java.lang.Object
org.openqa.selenium.devtools.v150.domsnapshot.model.LayoutTreeNode
Details of an element in the DOM tree with a LayoutObject.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe bounding box in document coordinates.The index of the related DOM node in the `domNodes` array returned by `getSnapshot`.The post-layout inline text nodes, if any.Set to true to indicate the element begins a new stacking context.Contents of the LayoutText, if any.Global paint order index, which is determined by the stacking order of the nodes.Index into the `computedStyles` array returned by `getSnapshot`.
-
Constructor Details
-
LayoutTreeNode
-
-
Method Details
-
getDomNodeIndex
The index of the related DOM node in the `domNodes` array returned by `getSnapshot`. -
getBoundingBox
The bounding box in document coordinates. Note that scroll offset of the document is ignored. -
getLayoutText
-
getInlineTextNodes
The post-layout inline text nodes, if any. -
getStyleIndex
-
getPaintOrder
-
getIsStackingContext
-