Table of Contents

Class ObjectLocalValue

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

Constructors

ObjectLocalValue(IEnumerable<IEnumerable<LocalValue>>)

public ObjectLocalValue(IEnumerable<IEnumerable<LocalValue>> Value)

Parameters

Value IEnumerable<IEnumerable<LocalValue>>

Properties

Value

public IEnumerable<IEnumerable<LocalValue>> Value { get; init; }

Property Value

IEnumerable<IEnumerable<LocalValue>>