Table of Contents

Class LocalValue.Map

Namespace
OpenQA.Selenium.BiDi.Modules.Script
Assembly
WebDriver.dll
public record LocalValue.Map : LocalValue, IEquatable<LocalValue>, IEquatable<LocalValue.Map>
Inheritance
LocalValue.Map
Implements
Inherited Members

Constructors

Map(IDictionary<string, LocalValue>)

public Map(IDictionary<string, LocalValue> Value)

Parameters

Value IDictionary<string, LocalValue>

Properties

Value

public IDictionary<string, LocalValue> Value { get; init; }

Property Value

IDictionary<string, LocalValue>