public abstract class SeleniumBaseTestPage<P extends SeleniumTestPage> extends AbstractTestPage<P,IsSelenium> implements SeleniumTestPage
TestPage.LaunchStrategy| Modifier and Type | Field and Description | 
|---|---|
| protected PageLocator | pageLocator | 
| protected P | parent | 
driver, launchArguments, launchStrategy, logger, pageProps, testbase| Constructor and Description | 
|---|
| SeleniumBaseTestPage() | 
| SeleniumBaseTestPage(P parent) | 
| Modifier and Type | Method and Description | 
|---|---|
| SeleniumTestBase | getTestBase()selenium base instance to provide selenium | 
| java.lang.String | getText()Returns the body text of the current page | 
afterLaunch, assertActive, beforeLaunch, getPageLocator, getParent, initParent, isPageActive, launchPage, openPage, setLaunchStrategy, waitForAjaxToComplete, waitForImageToLoad, waitForPageToLoadclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPageLocator, getParent, isPageActive, launchPage, setLaunchStrategyprotected P extends SeleniumTestPage parent
protected PageLocator pageLocator
public SeleniumBaseTestPage()
public SeleniumBaseTestPage(P parent)
public java.lang.String getText()
TestPagegetText in interface TestPage<IsSelenium>public SeleniumTestBase getTestBase()
TestPagegetTestBase in interface TestPage<IsSelenium>getTestBase in class AbstractTestPage<P extends SeleniumTestPage,IsSelenium>Copyright © 2000 Infostretch Corp.