Package step.basic.web.selenium.pages
Class PlanEditorPage
- java.lang.Object
-
- step.basic.web.selenium.keywords.helper.AbstractPageObject
-
- step.basic.web.selenium.pages.generic.GenericStepPage
-
- step.basic.web.selenium.pages.PlanEditorPage
-
public class PlanEditorPage extends GenericStepPage
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PLAN_ROOT_NODE
-
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 PlanEditorPage(GenericStepPage page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createPlainTextPlan(java.lang.String plainTextPlan)
void
createSamplePlan()
protected void
gotoPage()
DataSetNode
insertDataSetNode(java.lang.String parentNodeXPath)
PlanEditorPage
insertNode(org.openqa.selenium.By by, java.lang.String componentType, java.lang.String componentName)
protected void
pageChecks()
-
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
-
-
-
-
Field Detail
-
PLAN_ROOT_NODE
public static final java.lang.String PLAN_ROOT_NODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PlanEditorPage
public PlanEditorPage(GenericStepPage page)
-
-
Method Detail
-
createSamplePlan
public void createSamplePlan()
-
createPlainTextPlan
public void createPlainTextPlan(java.lang.String plainTextPlan)
-
insertNode
public PlanEditorPage insertNode(org.openqa.selenium.By by, java.lang.String componentType, java.lang.String componentName)
-
insertDataSetNode
public DataSetNode insertDataSetNode(java.lang.String parentNodeXPath)
-
pageChecks
protected void pageChecks()
- Overrides:
pageChecks
in classGenericStepPage
-
gotoPage
protected void gotoPage()
- Specified by:
gotoPage
in classGenericStepPage
-
-