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, waitForPageToLoad
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPageLocator, getParent, isPageActive, launchPage, setLaunchStrategy
protected P extends SeleniumTestPage parent
protected PageLocator pageLocator
public SeleniumBaseTestPage()
public SeleniumBaseTestPage(P parent)
public java.lang.String getText()
TestPage
getText
in interface TestPage<IsSelenium>
public SeleniumTestBase getTestBase()
TestPage
getTestBase
in interface TestPage<IsSelenium>
getTestBase
in class AbstractTestPage<P extends SeleniumTestPage,IsSelenium>
Copyright © 2000 Infostretch Corp.