Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.InlineTextBox
-
Packages that use InlineTextBox Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of InlineTextBox in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return types with arguments of type InlineTextBox Modifier and Type Method Description java.util.List<InlineTextBox>
LayoutTreeNode. getInlineTextNodes()
The post-layout inline text nodes, if any.Constructor parameters in org.openqa.selenium.devtools.domsnapshot.model with type arguments of type InlineTextBox Constructor Description LayoutTreeNode(java.lang.Integer domNodeIndex, Rect boundingBox, java.lang.String layoutText, java.util.List<InlineTextBox> inlineTextNodes, java.lang.Integer styleIndex, java.lang.Integer paintOrder, java.lang.Boolean isStackingContext)
-