Table of Contents

Interface IUiGrid

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

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

text string

The 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

text string

Text to search for

startFromRow uint

Index from which to start the search.

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

row ITableRow

The ITableRow to scroll.

ScrollToRow(uint)

Scrolls to a specified row, as defined by the row’s number.

void ScrollToRow(uint row)

Parameters

row uint

0-based row number.