Package step.basic.web.selenium.pages
Class ExecutionsPage
- java.lang.Object
-
- step.basic.web.selenium.keywords.helper.AbstractPageObject
-
- step.basic.web.selenium.pages.generic.GenericStepPage
-
- step.basic.web.selenium.pages.generic.GenericTablePage
-
- step.basic.web.selenium.pages.ExecutionsPage
-
public class ExecutionsPage extends GenericTablePage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class step.basic.web.selenium.pages.generic.GenericTablePage
GenericTablePage.Paging
-
-
Field Summary
-
Fields inherited from class step.basic.web.selenium.pages.generic.GenericTablePage
XPATH_FILTERS, XPATH_INFO, XPATH_LOADER, XPATH_PAGES, XPATH_PAGING, XPATH_SORTING
-
Fields inherited from class step.basic.web.selenium.pages.generic.GenericStepPage
DEFAULT_TIMEOUT, wait
-
Fields inherited from class step.basic.web.selenium.keywords.helper.AbstractPageObject
driver
-
-
Constructor Summary
Constructors Constructor Description ExecutionsPage(GenericStepPage page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionsPage
disableAutoRefresh()
ExecutionsPage
enableAutoRefresh()
java.lang.String
getTableName()
protected void
gotoPage()
java.util.List<java.lang.String>
listExecutionsNames()
ExecutionScreen
openExecution(java.lang.String name)
ExecutionScreen
openExecution(java.lang.String name, java.lang.String rowExecutionId)
protected void
pageChecks()
-
Methods inherited from class step.basic.web.selenium.pages.generic.GenericTablePage
changePaging, checkElementIsDisplayedInColumn, checkElementIsDisplayedInFirstColumn, filter, getCurrentPaging, getKeylist, getRootXPath, getTotalEntries, gotoNextPage, sort
-
Methods inherited from class step.basic.web.selenium.pages.generic.GenericStepPage
assertExecution, assertExecution, checkStepVersion, checkUsername, clickButton, createParameter, createPlainTextPlan, createPlan, createProject, createResource, createSchedulerTask, editTextField, expandSection, expendMenu, getNonEmptyTableCellsByColumn, getNonEmptyTableCellsByColumn, getTableSize, getUsername, gotoAdmin, gotoExecutions, gotoGrid, gotoKeywords, gotoMenuPage, gotoPage, gotoParameters, gotoPlans, gotoReports, gotoScheduler, selectProject, selectTab, setAutorefresh
-
Methods inherited from class step.basic.web.selenium.keywords.helper.AbstractPageObject
doWithoutImplicitWait, doWithoutImplicitWait, findAllBy, findAllBy, findBy, findBy, getDriver, getJSWaiter, safeClick, safeClick, safeJavascriptClick, safeJavascriptClick, safeSendKeys, safeSendKeys, safeWait, safeWait
-
-
-
-
Constructor Detail
-
ExecutionsPage
public ExecutionsPage(GenericStepPage page)
-
-
Method Detail
-
openExecution
public ExecutionScreen openExecution(java.lang.String name)
-
openExecution
public ExecutionScreen openExecution(java.lang.String name, java.lang.String rowExecutionId)
-
disableAutoRefresh
public ExecutionsPage disableAutoRefresh()
-
enableAutoRefresh
public ExecutionsPage enableAutoRefresh()
-
listExecutionsNames
public java.util.List<java.lang.String> listExecutionsNames()
-
pageChecks
protected void pageChecks()
- Overrides:
pageChecks
in classGenericTablePage
-
gotoPage
protected void gotoPage()
- Specified by:
gotoPage
in classGenericStepPage
-
getTableName
public java.lang.String getTableName()
- Specified by:
getTableName
in classGenericTablePage
-
-