Class TableCellByHeaderWebLocator

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll
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

Header string
Exact bool
IgnoreCase bool

Properties

Exact

public bool Exact { get; init; }

Property Value

bool

Header

public string Header { get; init; }

Property Value

string

IgnoreCase

public bool IgnoreCase { get; init; }

Property Value

bool

Methods

Describe()

public override string Describe()

Returns

string