Table of Contents

Class SetRemoteValue

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

Properties

Handle

public Handle? Handle { get; set; }

Property Value

Handle

InternalId

public InternalId? InternalId { get; set; }

Property Value

InternalId

Value

public IReadOnlyList<RemoteValue>? Value { get; set; }

Property Value

IReadOnlyList<RemoteValue>