Package org.primefaces.selenium
Class AbstractPrimePage
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePage
-
public abstract class AbstractPrimePage extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractPrimePage()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetBaseLocation()abstract StringgetLocation()org.openqa.selenium.WebDrivergetWebDriver()voidgoTo()booleanisAt()voidsetWebDriver(org.openqa.selenium.WebDriver webDriver)
-
-
-
Method Detail
-
getBaseLocation
public String getBaseLocation()
-
getLocation
public abstract String getLocation()
-
goTo
public void goTo()
-
isAt
public boolean isAt()
-
getWebDriver
public org.openqa.selenium.WebDriver getWebDriver()
-
setWebDriver
public void setWebDriver(org.openqa.selenium.WebDriver webDriver)
-
-