Table of Contents

Class PropertyDescriptor

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

PropertyDescriptor

public sealed class PropertyDescriptor
Inheritance
PropertyDescriptor
Inherited Members

Properties

Configurable

configurable

[JsonPropertyName("configurable")]
public bool Configurable { get; set; }

Property Value

bool

Enumerable

enumerable

[JsonPropertyName("enumerable")]
public bool Enumerable { get; set; }

Property Value

bool

Get

get

[JsonPropertyName("get")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject Get { get; set; }

Property Value

RemoteObject

IsOwn

isOwn

[JsonPropertyName("isOwn")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsOwn { get; set; }

Property Value

bool?

Name

name

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

Property Value

string

Set

set

[JsonPropertyName("set")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject Set { get; set; }

Property Value

RemoteObject

Symbol

symbol

[JsonPropertyName("symbol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject Symbol { get; set; }

Property Value

RemoteObject

Value

value

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

Property Value

RemoteObject

WasThrown

wasThrown

[JsonPropertyName("wasThrown")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? WasThrown { get; set; }

Property Value

bool?

Writable

writable

[JsonPropertyName("writable")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Writable { get; set; }

Property Value

bool?