Interface IPaginator
A page control in a mobile application. (iOS Only)
public interface IPaginator : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
- Inherited Members
- Extension Methods
Methods
Set(int)
Brings the specified page into view.
void Set(int pageIndex)
Parameters
pageIndexintThe numeric index of the page to display.