Table of Contents

Class RemoteValue.HtmlCollection

Namespace
OpenQA.Selenium.BiDi.Modules.Script
Assembly
WebDriver.dll
public record RemoteValue.HtmlCollection : RemoteValue, IEquatable<RemoteValue>, IEquatable<RemoteValue.HtmlCollection>
Inheritance
RemoteValue.HtmlCollection
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>