public abstract class SeleniumTest extends Object implements PageObjectSection
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.TestWatcher |
injectMissingPageObjects |
org.junit.rules.RuleChain |
ruleChain |
org.junit.rules.TestWatcher |
takeSnapshot |
org.junit.rules.TestName |
testName |
baseUrl| Constructor and Description |
|---|
SeleniumTest() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openqa.selenium.WebDriver |
createWebDriver() |
protected abstract String |
getDefaultBaseUrl() |
SeleniumTest |
goTo(String url) |
protected File |
snapshotPath(String suffix) |
void |
takeSnapshot(String suffix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpageSource, path, title, urlgetBaseUrl, goTo, setBaseUrl$, $, find, findpublic org.junit.rules.TestName testName
public org.junit.rules.TestWatcher injectMissingPageObjects
public org.junit.rules.TestWatcher takeSnapshot
public org.junit.rules.RuleChain ruleChain
public void takeSnapshot(String suffix)
protected org.openqa.selenium.WebDriver createWebDriver()
protected abstract String getDefaultBaseUrl()
public SeleniumTest goTo(String url)
goTo in interface NavigationCopyright © 2014. All Rights Reserved.