public abstract class GenericTablePage extends GenericStepPage
Modifier and Type | Class and Description |
---|---|
static class |
GenericTablePage.Paging |
Modifier and Type | Field and Description |
---|---|
protected static String |
XPATH_FILTERS |
protected static String |
XPATH_INFO |
protected static String |
XPATH_LOADER |
protected static String |
XPATH_PAGES |
protected static String |
XPATH_PAGING |
protected static String |
XPATH_SORTING |
DEFAULT_TIMEOUT, wait
driver
Constructor and Description |
---|
GenericTablePage(GenericStepPage page) |
GenericTablePage(org.openqa.selenium.WebDriver driver) |
GenericTablePage(org.openqa.selenium.WebDriver driver,
String username) |
Modifier and Type | Method and Description |
---|---|
void |
changePaging(GenericTablePage.Paging paging) |
void |
filter(String key,
String value) |
String |
getCurrentPaging() |
List<String> |
getKeylist() |
String |
getRootXPath() |
abstract String |
getTableName() |
String |
getTotalEntries() |
void |
gotoNextPage(int level) |
protected void |
pageChecks() |
void |
sort(String key) |
checkStepVersion, checkUsername, expendMenu, getUsername, gotoAdmin, gotoExecutions, gotoGrid, gotoKeywords, gotoPage, gotoPage, gotoParameters, gotoPlans, gotoReports, gotoScheduler
doWithoutImplicitWait, doWithoutImplicitWait, findAllBy, findAllBy, findBy, findBy, getDriver, getJSWaiter, safeClick, safeClick, safeSendKeys, safeSendKeys, safeWait, safeWait
protected static final String XPATH_SORTING
protected static final String XPATH_FILTERS
protected static final String XPATH_PAGING
protected static final String XPATH_PAGES
protected static final String XPATH_INFO
protected static final String XPATH_LOADER
public GenericTablePage(GenericStepPage page)
public GenericTablePage(org.openqa.selenium.WebDriver driver, String username)
public GenericTablePage(org.openqa.selenium.WebDriver driver)
public abstract String getTableName()
public void sort(String key)
public void gotoNextPage(int level)
public String getRootXPath()
public String getTotalEntries()
public String getCurrentPaging()
public void changePaging(GenericTablePage.Paging paging) throws Exception
Exception
protected void pageChecks()
pageChecks
in class GenericStepPage
Copyright © 2020. All rights reserved.