public abstract class SeleniumPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.WebDriver |
driver
WebDriver object used by this page.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SeleniumPage(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getPage(String pageUrl)
Gets the page specified with the pageUrl, e.g. web-app/page.jsf.
|
protected final org.openqa.selenium.WebDriver driver
protected final void getPage(String pageUrl)
pageUrl - Page URL without protocol, hostname and portCopyright © 2017. All rights reserved.