public abstract class SeleniumTest extends java.lang.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(org.openqa.selenium.WebDriver driver) |
protected java.lang.String |
getDefaultBaseUrl() |
SeleniumTest |
goTo(java.lang.String url) |
protected java.io.File |
snapshotPath(java.lang.String suffix) |
SeleniumTest |
takeSnapshot(java.lang.String suffix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpageSource, path, title, urldriver, 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(org.openqa.selenium.WebDriver driver)
public SeleniumTest takeSnapshot(java.lang.String suffix)
protected java.io.File snapshotPath(java.lang.String suffix)
protected java.lang.String getDefaultBaseUrl()
public SeleniumTest goTo(java.lang.String url)
goTo in interface NavigationCopyright © 2014. All Rights Reserved.