public abstract class GenericStepPage extends AbstractPageObject
Modifier and Type | Field and Description |
---|---|
protected static long |
DEFAULT_TIMEOUT |
protected org.openqa.selenium.support.ui.WebDriverWait |
wait |
driver
Constructor and Description |
---|
GenericStepPage(GenericStepPage page) |
GenericStepPage(org.openqa.selenium.WebDriver driver) |
GenericStepPage(org.openqa.selenium.WebDriver driver,
String username) |
Modifier and Type | Method and Description |
---|---|
void |
checkStepVersion(String version) |
void |
checkUsername(String username) |
void |
expendMenu() |
String |
getUsername() |
AdminPage |
gotoAdmin() |
ExecutionsPage |
gotoExecutions() |
GridPage |
gotoGrid() |
KeywordsPage |
gotoKeywords() |
protected abstract void |
gotoPage() |
protected void |
gotoPage(String menuName,
String divId) |
ParametersPage |
gotoParameters() |
PlansPage |
gotoPlans() |
ReportsPage |
gotoReports() |
SchedulerPage |
gotoScheduler() |
protected void |
pageChecks() |
doWithoutImplicitWait, doWithoutImplicitWait, findAllBy, findAllBy, findBy, findBy, getDriver, getJSWaiter, safeClick, safeClick, safeSendKeys, safeSendKeys, safeWait, safeWait
protected static long DEFAULT_TIMEOUT
protected org.openqa.selenium.support.ui.WebDriverWait wait
public GenericStepPage(org.openqa.selenium.WebDriver driver, String username)
public GenericStepPage(org.openqa.selenium.WebDriver driver)
public GenericStepPage(GenericStepPage page)
public void checkStepVersion(String version)
public void checkUsername(String username)
protected void pageChecks()
protected abstract void gotoPage()
public PlansPage gotoPlans()
public KeywordsPage gotoKeywords()
public ParametersPage gotoParameters()
public ExecutionsPage gotoExecutions()
public ReportsPage gotoReports()
public SchedulerPage gotoScheduler()
public GridPage gotoGrid()
public AdminPage gotoAdmin()
public void expendMenu()
public String getUsername()
Copyright © 2020. All rights reserved.