java.lang.Object
org.openqa.selenium.devtools.v120.domsnapshot.model.InlineTextBox

public class InlineTextBox extends Object
Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.
  • Constructor Details

    • InlineTextBox

      public InlineTextBox(Rect boundingBox, Integer startCharacterIndex, Integer numCharacters)
  • Method Details

    • getBoundingBox

      public Rect getBoundingBox()
      The bounding box in document coordinates. Note that scroll offset of the document is ignored.
    • getStartCharacterIndex

      public Integer getStartCharacterIndex()
      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.
    • getNumCharacters

      public Integer getNumCharacters()
      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.