Table of Contents

Class PropertyPreview

Namespace
OpenQA.Selenium.DevTools.V85.Runtime
Assembly
WebDriver.dll

PropertyPreview

public sealed class PropertyPreview
Inheritance
PropertyPreview
Inherited Members

Properties

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Subtype

subtype

[JsonPropertyName("subtype")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PropertyPreviewSubtypeValues? Subtype { get; set; }

Property Value

PropertyPreviewSubtypeValues?

Type

type

[JsonPropertyName("type")]
public PropertyPreviewTypeValues Type { get; set; }

Property Value

PropertyPreviewTypeValues

Value

value

[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Value { get; set; }

Property Value

string

ValuePreview

valuePreview

[JsonPropertyName("valuePreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ObjectPreview ValuePreview { get; set; }

Property Value

ObjectPreview