Class PaginatorDescription
The description of an SAPUI5 Paginator test object.
public class PaginatorDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
PaginatorDescription
- Implements
- Inherited Members
Constructors
PaginatorDescription()
public PaginatorDescription()
Properties
TotalPagesCount
Indicates the total number of pages in the paginator.
public uint? TotalPagesCount { get; set; }
Property Value
- uint?
VisiblePagesCount
Indicates the number of the visible pages in the paginator.
public uint? VisiblePagesCount { get; set; }
Property Value
- uint?