Class TextWebLocator

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

Constructors

TextWebLocator(string, bool, bool)

public TextWebLocator(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