Class InlineTextBox
- Namespace
- OpenQA.Selenium.DevTools.V142.DOMSnapshot
- Assembly
- WebDriver.dll
InlineTextBox
public sealed class InlineTextBox- Inheritance
- 
      
      InlineTextBox
- Inherited Members
Properties
BoundingBox
boundingBox
[JsonPropertyName("boundingBox")]
public Rect BoundingBox { get; set; }Property Value
NumCharacters
numCharacters
[JsonPropertyName("numCharacters")]
public long NumCharacters { get; set; }Property Value
StartCharacterIndex
startCharacterIndex
[JsonPropertyName("startCharacterIndex")]
public long StartCharacterIndex { get; set; }