Interface IPaginator
A page control in a mobile application. (iOS Only)
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface IPaginator : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
Set(int)
Brings the specified page into view.
Declaration
void Set(int pageIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The numeric index of the page to display. |