public abstract class SeleniumTest extends Object implements SectionObject
| 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| Modifier | Constructor and Description |
|---|---|
protected |
SeleniumTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureWebDriver(PhantomJSDriver driver) |
protected String |
getDefaultBaseUrl() |
SeleniumTest |
goTo(String url) |
protected File |
snapshotPath(String suffix) |
SeleniumTest |
takeSnapshot(String suffix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpageSource, path, title, urldriver, executeJavascript, getBaseUrl, 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
protected void configureWebDriver(PhantomJSDriver driver)
public SeleniumTest takeSnapshot(String suffix)
protected String getDefaultBaseUrl()
public SeleniumTest goTo(String url)
goTo in interface NavigationCopyright © 2014. All Rights Reserved.