Class TextBoxSnapshot
java.lang.Object
org.openqa.selenium.devtools.v119.domsnapshot.model.TextBoxSnapshot
Table of details of the post layout rendered text positions. The exact layout should not be regarded as
stable and may change between versions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe absolute position bounding box.Index of the layout tree node that owns this box collection.The number of characters in this post layout textbox substring.getStart()
The starting index in characters, for this post layout textbox substring.
-
Constructor Details
-
TextBoxSnapshot
-
-
Method Details
-
getLayoutIndex
Index of the layout tree node that owns this box collection. -
getBounds
The absolute position bounding box. -
getStart
The starting index in characters, for this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2. -
getLength
The number of characters in this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.
-