Interface IPaginator
An SAPUI5 paginator object.
public interface IPaginator : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
- Inherited Members
- Extension Methods
Properties
CurrentPage
The index of the currently selected page.
uint CurrentPage { get; }
Property Value
TotalPagesCount
The total number of pages.
uint TotalPagesCount { get; }
Property Value
VisiblePagesCount
The number of pages currently visible in the paginator.
uint VisiblePagesCount { get; }
Property Value
Methods
FirstPage()
Scrolls to the first page.
void FirstPage()
LastPage()
Scrolls to the last page.
void LastPage()
NavigateTo(uint)
Navigates to the specified page.
void NavigateTo(uint pageNum)
Parameters
pageNumuintThe page number to navigate to.
NextPage()
Scrolls to the next page.
void NextPage()
PreviousPage()
Scrolls to the previous page.
void PreviousPage()