Table of Contents

Class TextBoxSnapshot

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

TextBoxSnapshot

public sealed class TextBoxSnapshot
Inheritance
TextBoxSnapshot
Inherited Members

Properties

Bounds

bounds

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

Property Value

double[][]

LayoutIndex

layoutIndex

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

Property Value

long[]

Length

length

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

Property Value

long[]

Start

start

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

Property Value

long[]