Class TableCellByHeaderWebLocator
public sealed record TableCellByHeaderWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<TableCellByHeaderWebLocator>
- Inheritance
-
TableCellByHeaderWebLocator
- Implements
- Inherited Members
- Extension Methods
Constructors
TableCellByHeaderWebLocator(string, bool, bool)
public TableCellByHeaderWebLocator(string Header, bool Exact = true, bool IgnoreCase = false)
Parameters
Properties
Exact
public bool Exact { get; init; }
Property Value
Header
public string Header { get; init; }
Property Value
IgnoreCase
public bool IgnoreCase { get; init; }
Property Value
Methods
Describe()
public override string Describe()