Table of Contents

Class PropertyPreview

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record PropertyPreview : IEquatable<PropertyPreview>
Inheritance
PropertyPreview
Implements
Inherited Members

Constructors

PropertyPreview(string, string)

public PropertyPreview(string Name, string Type)

Parameters

Name string

Property name.

Type string

Object type. Accessor means that the property itself is an accessor property.

Properties

Name

Property name.

public string Name { get; init; }

Property Value

string

Subtype

Object subtype hint. Specified for object type values only.

public string? Subtype { get; init; }

Property Value

string

Type

Object type. Accessor means that the property itself is an accessor property.

public string Type { get; init; }

Property Value

string

Value

User-friendly property value string.

public string? Value { get; init; }

Property Value

string

ValuePreview

Nested value preview.

public ObjectPreview? ValuePreview { get; init; }

Property Value

ObjectPreview