Table of Contents

Class NameValue

Namespace
OpenQA.Selenium.DevTools.V148.DOMSnapshot
Assembly
Selenium.WebDriver.dll

A name/value pair.

public sealed class NameValue
Inheritance
NameValue
Inherited Members

Properties

Name

Attribute/property name.

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

Property Value

string

Value

Attribute/property value.

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string