public interface IPage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPage.IPageElement |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPage(Object... elements) |
String |
getApplication() |
Callbacks.Callback |
getCallBack() |
org.openqa.selenium.WebDriver |
getDriver()
Quick getter to the global web driver
|
Page |
getMotherPage() |
Page.PageElement |
getPageElementByKey(String key) |
String |
getPageKey() |
void |
setMotherPage(Page motherPage)
set the linked container page.
|
org.openqa.selenium.WebDriver getDriver()
Callbacks.Callback getCallBack()
Page.PageElement getPageElementByKey(String key) throws TechnicalException
key - of PageElementTechnicalExceptionString getPageKey()
String getApplication()
Page getMotherPage()
void setMotherPage(Page motherPage)
motherPage - is the mother page linkedboolean checkPage(Object... elements)
elements - in a array of elementCopyright © 2023 NoraUi. All rights reserved.