Uses of Class
step.basic.web.selenium.pages.generic.GenericStepPage
-
Packages that use GenericStepPage Package Description step.basic.web.selenium.pages step.basic.web.selenium.pages.generic -
-
Uses of GenericStepPage in step.basic.web.selenium.pages
Subclasses of GenericStepPage in step.basic.web.selenium.pages Modifier and Type Class Description class
AdminPage
class
AdminProjectsPage
class
AdminSettingsPage
class
ExecutionScreen
class
ExecutionsPage
class
GridPage
class
KeywordEditorPage
class
KeywordsPage
class
ParametersPage
class
PlanEditorPage
class
PlansPage
class
ReportsPage
class
ResourcesPage
class
SchedulerPage
Constructors in step.basic.web.selenium.pages with parameters of type GenericStepPage Constructor Description AdminPage(GenericStepPage page)
AdminProjectsPage(GenericStepPage page)
AdminSettingsPage(GenericStepPage page)
ExecutionScreen(GenericStepPage page)
ExecutionsPage(GenericStepPage page)
GridPage(GenericStepPage page)
KeywordEditorPage(GenericStepPage page)
KeywordsPage(GenericStepPage page)
ParametersPage(GenericStepPage page)
PlanEditorPage(GenericStepPage page)
PlansPage(GenericStepPage page)
ReportsPage(GenericStepPage page)
ResourcesPage(GenericStepPage page)
SchedulerPage(GenericStepPage page)
-
Uses of GenericStepPage in step.basic.web.selenium.pages.generic
Subclasses of GenericStepPage in step.basic.web.selenium.pages.generic Modifier and Type Class Description class
GenericTablePage
Methods in step.basic.web.selenium.pages.generic that return GenericStepPage Modifier and Type Method Description GenericStepPage
GenericStepPage. gotoMenuPage(java.lang.String menuName, java.lang.String xpathToCheck)
Constructors in step.basic.web.selenium.pages.generic with parameters of type GenericStepPage Constructor Description GenericStepPage(GenericStepPage page)
GenericTablePage(GenericStepPage page)
-