Class HasTextWebLocator

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

Constructors

HasTextWebLocator(string, bool, bool)

public HasTextWebLocator(string Value, bool Exact = false, bool IgnoreCase = false)

Parameters

Value string
Exact bool
IgnoreCase bool

Properties

Exact

public bool Exact { get; init; }

Property Value

bool

IgnoreCase

public bool IgnoreCase { get; init; }

Property Value

bool

Value

public string Value { get; init; }

Property Value

string

Methods

Describe()

public override string Describe()

Returns

string