Package | Description |
---|---|
com.qmetry.qaf.automation.ui | |
com.qmetry.qaf.automation.ui.api |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPageLocator
For any page this implementation can be used.
|
Modifier and Type | Field and Description |
---|---|
protected PageLocator |
AbstractTestPage.pageLocator |
Modifier and Type | Method and Description |
---|---|
PageLocator |
AbstractTestPage.getPageLocator() |
PageLocator |
DefaultPageLocator.getParentLocator() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTestPage.isPageActive(PageLocator loc,
java.lang.Object... args) |
boolean |
WebDriverBaseTestPage.isPageActive(PageLocator loc,
java.lang.Object... args) |
void |
AbstractTestPage.launchPage(PageLocator locator,
java.lang.Object... args) |
protected abstract void |
AbstractTestPage.openPage(PageLocator locator,
java.lang.Object... args)
Do not provide steps to load this page in this method, Instead provide
steps in method of parent and call that method over here.
In case of multiple parent or referrer page, provide code to get parent by casting. |
Constructor and Description |
---|
DefaultPageLocator(java.lang.String locator,
PageLocator parentLocator) |
Modifier and Type | Field and Description |
---|---|
protected PageLocator |
SeleniumBaseTestPage.pageLocator |
Modifier and Type | Method and Description |
---|---|
PageLocator |
TestPage.getPageLocator() |
PageLocator |
PageLocator.getParentLocator() |
Modifier and Type | Method and Description |
---|---|
boolean |
TestPage.isPageActive(PageLocator loc,
java.lang.Object... args)
This method check for existence of page in browser so we can proceed
further with page functionality.
|
void |
TestPage.launchPage(PageLocator locator,
java.lang.Object... args)
Use only launchPage method to load a page.
|
Copyright © 2000 Infostretch Corp.