Class HasTextWebLocator
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
Properties
Exact
public bool Exact { get; init; }
Property Value
IgnoreCase
public bool IgnoreCase { get; init; }
Property Value
Value
public string Value { get; init; }
Property Value
Methods
Describe()
public override string Describe()