Table of Contents

Class NameValue

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

A name/value pair.

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

Constructors

NameValue(string, string)

A name/value pair.

public NameValue(string Name, string Value)

Parameters

Name string

Attribute/property name.

Value string

Attribute/property value.

Properties

Name

Attribute/property name.

public string Name { get; init; }

Property Value

string

Value

Attribute/property value.

public string Value { get; init; }

Property Value

string