Table of Contents

Class NameValue

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

NameValue

public sealed class NameValue
Inheritance
NameValue
Inherited Members

Properties

Name

name

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

Property Value

string

Value

value

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

Property Value

string