Table of Contents

Class InternalPropertyDescriptor

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

Object internal property descriptor. This property isn't normally visible in JavaScript code.

public sealed class InternalPropertyDescriptor
Inheritance
InternalPropertyDescriptor
Inherited Members

Properties

Name

Conventional property name.

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

Property Value

string

Value

The value associated with the property.

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

Property Value

RemoteObject