Table of Contents

Class InternalPropertyDescriptor

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

public sealed record InternalPropertyDescriptor : IEquatable<InternalPropertyDescriptor>
Inheritance
InternalPropertyDescriptor
Implements
Inherited Members

Constructors

InternalPropertyDescriptor(string)

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

public InternalPropertyDescriptor(string Name)

Parameters

Name string

Conventional property name.

Properties

Name

Conventional property name.

public string Name { get; init; }

Property Value

string

Value

The value associated with the property.

public RemoteObject? Value { get; init; }

Property Value

RemoteObject