public abstract class AbstractPageObject extends Object implements PageObject
| Constructor and Description |
|---|
AbstractPageObject() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getUrl() |
void |
open() |
void |
setWebDriver(org.openqa.selenium.WebDriver webDriver) |
String |
toString() |
public void open()
open in interface PageObjectprotected abstract String getUrl()
public void setWebDriver(org.openqa.selenium.WebDriver webDriver)
setWebDriver in interface WebDriverAwareCopyright © 2014 codecentric AG. All rights reserved.