Table of Contents

Class InlineTextBox

Namespace
OpenQA.Selenium.DevTools.V131.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

Rect

NumCharacters

numCharacters

[JsonPropertyName("numCharacters")]
public long NumCharacters { get; set; }

Property Value

long

StartCharacterIndex

startCharacterIndex

[JsonPropertyName("startCharacterIndex")]
public long StartCharacterIndex { get; set; }

Property Value

long