Interface IUiGrid
A UiGrid table.
public interface IUiGrid : IGridBase, IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
- Inherited Members
- Extension Methods
Methods
FindRowWithCellText(string)
Finds the first row with this text.
ITableRow FindRowWithCellText(string text)
Parameters
textstringThe text to find.
Returns
- ITableRow
The requested row, or null if none exists.
FindRowWithCellText(string, uint)
Finds the first row with this text.
ITableRow FindRowWithCellText(string text, uint startFromRow)
Parameters
Returns
- ITableRow
The requested row, or null if none exists.
ScrollToRow(ITableRow)
Scrolls to a specified row, as defined by the row’s number.
void ScrollToRow(ITableRow row)
Parameters
ScrollToRow(uint)
Scrolls to a specified row, as defined by the row’s number.
void ScrollToRow(uint row)
Parameters
rowuint0-based row number.