Table of Contents

Class GetLocationForSelectorResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetLocationForSelectorResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetLocationForSelectorResult>
Inheritance
EmptyResult
GetLocationForSelectorResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetLocationForSelectorResult(ImmutableArray<SourceRange>)

public GetLocationForSelectorResult(ImmutableArray<SourceRange> Ranges)

Parameters

Ranges ImmutableArray<SourceRange>

Properties

Ranges

public ImmutableArray<SourceRange> Ranges { get; init; }

Property Value

ImmutableArray<SourceRange>