Table of Contents

Class TextBoxSnapshot

Namespace
OpenQA.Selenium.DevTools.V147.DOMSnapshot
Assembly
Selenium.WebDriver.dll

Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

public sealed class TextBoxSnapshot
Inheritance
TextBoxSnapshot
Inherited Members

Properties

Bounds

The absolute position bounding box.

[JsonPropertyName("bounds")]
public double[][] Bounds { get; set; }

Property Value

double[][]

LayoutIndex

Index of the layout tree node that owns this box collection.

[JsonPropertyName("layoutIndex")]
public long[] LayoutIndex { get; set; }

Property Value

long[]

Length

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.

[JsonPropertyName("length")]
public long[] Length { get; set; }

Property Value

long[]

Start

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.

[JsonPropertyName("start")]
public long[] Start { get; set; }

Property Value

long[]