Table of Contents

Class LocateNodesOptions

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
Selenium.WebDriver.dll
public sealed record LocateNodesOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<LocateNodesOptions>
Inheritance
LocateNodesOptions
Implements
Inherited Members

Properties

MaxNodeCount

public long? MaxNodeCount { get; init; }

Property Value

long?

SerializationOptions

public SerializationOptions? SerializationOptions { get; init; }

Property Value

SerializationOptions

StartNodes

public IEnumerable<ISharedReference>? StartNodes { get; init; }

Property Value

IEnumerable<ISharedReference>