Class NthWebLocator

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll
public sealed record NthWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<NthWebLocator>
Inheritance
NthWebLocator
Implements
Inherited Members
Extension Methods

Constructors

NthWebLocator(WebLocator, int)

public NthWebLocator(WebLocator Source, int Index)

Parameters

Source WebLocator
Index int

Properties

Index

public int Index { get; init; }

Property Value

int

Source

public WebLocator Source { get; init; }

Property Value

WebLocator

Methods

Describe()

public override string Describe()

Returns

string