Uses of Class
step.basic.web.selenium.pages.PlansPage
-
Packages that use PlansPage Package Description step.basic.web.selenium.keywords.helper step.basic.web.selenium.pages step.basic.web.selenium.pages.generic -
-
Uses of PlansPage in step.basic.web.selenium.keywords.helper
Methods in step.basic.web.selenium.keywords.helper that return PlansPage Modifier and Type Method Description protected PlansPageAbstractEnhancedKeyword. openDriverAndLogin() -
Uses of PlansPage in step.basic.web.selenium.pages
Methods in step.basic.web.selenium.pages that return PlansPage Modifier and Type Method Description PlansPagePlansPage. createNewPlanAndSave(String name, String type)PlansPageLoginPage. login(String username, String password)Constructors in step.basic.web.selenium.pages with parameters of type PlansPage Constructor Description Plan(PlansPage page, int id) -
Uses of PlansPage in step.basic.web.selenium.pages.generic
Methods in step.basic.web.selenium.pages.generic that return PlansPage Modifier and Type Method Description PlansPageGenericStepPage. gotoPlans()Methods in step.basic.web.selenium.pages.generic with parameters of type PlansPage Modifier and Type Method Description static StringGenericStepPage. createParameter(PlansPage mainPage, String uid)static PlanEditorPageGenericStepPage. createPlainTextPlan(PlansPage mainPage, String planName)static StringGenericStepPage. createPlan(PlansPage mainPage, String uid)static StringGenericStepPage. createProject(PlansPage mainPage)static StringGenericStepPage. createResource(PlansPage mainPage, Path resourcePath, String resourceType)static StringGenericStepPage. createSchedulerTask(PlansPage mainPage, String uid, String planName, String cronExpression)
-