Table of Contents

Class InternalPropertyDescriptor

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

InternalPropertyDescriptor

public sealed class InternalPropertyDescriptor
Inheritance
InternalPropertyDescriptor
Inherited Members

Properties

Name

name

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

Property Value

string

Value

value

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

Property Value

RemoteObject