public class PlansPage extends GenericTablePage
Modifier and Type | Class and Description |
---|---|
class |
PlansPage.Plan |
GenericTablePage.Paging
XPATH_FILTERS, XPATH_INFO, XPATH_LOADER, XPATH_PAGES, XPATH_PAGING, XPATH_SORTING
DEFAULT_TIMEOUT, wait
driver
Constructor and Description |
---|
PlansPage(GenericStepPage page) |
PlansPage(org.openqa.selenium.WebDriver driver) |
PlansPage(org.openqa.selenium.WebDriver driver,
String username) |
Modifier and Type | Method and Description |
---|---|
PlanEditorPage |
createNewPlanAndEdit(String name,
String project,
String type) |
PlansPage |
createNewPlanAndSave(String name,
String project,
String type) |
ExecutionScreen |
executePlan(String planName) |
void |
exportPlans() |
PlansPage.Plan |
getPlan(int i) |
String |
getTableName() |
protected void |
gotoPage() |
List<PlansPage.Plan> |
listVisiblePlans() |
protected void |
pageChecks() |
void |
pastePlan() |
changePaging, filter, getCurrentPaging, getKeylist, getRootXPath, getTotalEntries, gotoNextPage, sort
checkStepVersion, checkUsername, expendMenu, getUsername, gotoAdmin, gotoExecutions, gotoGrid, gotoKeywords, gotoPage, gotoParameters, gotoPlans, gotoReports, gotoScheduler
doWithoutImplicitWait, doWithoutImplicitWait, findAllBy, findAllBy, findBy, findBy, getDriver, getJSWaiter, safeClick, safeClick, safeSendKeys, safeSendKeys, safeWait, safeWait
public PlansPage(GenericStepPage page)
public PlansPage(org.openqa.selenium.WebDriver driver)
public PlansPage(org.openqa.selenium.WebDriver driver, String username)
protected void pageChecks()
pageChecks
in class GenericTablePage
protected void gotoPage()
gotoPage
in class GenericStepPage
public void pastePlan()
public void exportPlans()
public PlansPage.Plan getPlan(int i)
public List<PlansPage.Plan> listVisiblePlans()
public PlanEditorPage createNewPlanAndEdit(String name, String project, String type)
public PlansPage createNewPlanAndSave(String name, String project, String type)
public String getTableName()
getTableName
in class GenericTablePage
public ExecutionScreen executePlan(String planName)
Copyright © 2020. All rights reserved.