Class WebTableRow
Base row with zero-based and one-based cell addressing for conventional and legacy tables.
public abstract class WebTableRow : WebComponent
- Inheritance
-
WebTableRow
- Inherited Members
- Extension Methods
Methods
Cell(string, string?, bool, bool)
public WebElement Cell(string header, string? name = null, bool exact = true, bool ignoreCase = false)
Parameters
Returns
CellAt(int, string?)
public WebElement CellAt(int index, string? name = null)
Parameters
Returns
CellNumber(int, string?)
public WebElement CellNumber(int number, string? name = null)