Class LabelWebLocator

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

Constructors

LabelWebLocator(string, bool)

public LabelWebLocator(string Value, bool Exact = true)

Parameters

Value string
Exact bool

Properties

Exact

public bool Exact { get; init; }

Property Value

bool

Value

public string Value { get; init; }

Property Value

string

Methods

Describe()

public override string Describe()

Returns

string