public class Pagination extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasPaginationButton(org.alfresco.webdrone.WebDrone drone,
String css)
Checks for next or previous pagination button.
|
static org.alfresco.webdrone.HtmlPage |
selectPagiantionButton(org.alfresco.webdrone.WebDrone drone,
String css)
Selects the next or previous button on the pagination
bar based on the action required.
|
public static boolean hasPaginationButton(org.alfresco.webdrone.WebDrone drone,
String css)
drone - WebDronecss - the css to find the buttonpublic static org.alfresco.webdrone.HtmlPage selectPagiantionButton(org.alfresco.webdrone.WebDrone drone,
String css)
drone - WebDronecss - that identifies which button to selectCopyright © 2013. All Rights Reserved.