Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.TextBoxSnapshot
-
Packages that use TextBoxSnapshot Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of TextBoxSnapshot in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return TextBoxSnapshot Modifier and Type Method Description TextBoxSnapshot
DocumentSnapshot. getTextBoxes()
The post-layout inline text nodes.Constructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type TextBoxSnapshot Constructor Description DocumentSnapshot(StringIndex documentURL, StringIndex baseURL, StringIndex contentLanguage, StringIndex encodingName, StringIndex publicId, StringIndex systemId, StringIndex frameId, NodeTreeSnapshot nodes, LayoutTreeSnapshot layout, TextBoxSnapshot textBoxes, java.lang.Number scrollOffsetX, java.lang.Number scrollOffsetY)
-