| Package | Description | 
|---|---|
| com.github.noraui.application.page | |
| com.github.noraui.application.steps | |
| com.github.noraui.utils | 
| Modifier and Type | Field and Description | 
|---|---|
protected Page | 
Page.motherPage  | 
| Modifier and Type | Method and Description | 
|---|---|
static Page | 
Page.getInstance(String className)
Finds a Page by its name (not the full qualified name). 
 | 
Page | 
IPage.getMotherPage()  | 
Page | 
Page.getMotherPage() | 
Page | 
Page.PageElement.getPage() | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IPage.setMotherPage(Page motherPage)
set the linked container page. 
 | 
void | 
Page.setMotherPage(Page motherPage)
set the linked container page. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
Step.checkAlert(Page page)
Checks that a given page displays a html alert. 
 | 
protected void | 
Step.clickOnByJs(int timeOutInSeconds,
           Page page,
           String xpath)
Click on html element by Javascript. 
 | 
protected void | 
Step.clickOnByJs(Page page,
           String xpath)
Click on html element by Javascript. 
 | 
void | 
CommonSteps.clickOnXpathByJs(String xpath,
                Page page,
                List<GherkinStepCondition> conditions)
Click on html element using Javascript if all 'expected' parameters equals 'actual' parameters in conditions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static org.openqa.selenium.WebElement | 
Utilities.findElement(Page page,
           String code,
           Object... args)
Find the first  
WebElement using the given method. | 
static org.openqa.selenium.By | 
Utilities.getLocator(Page page,
          String code,
          Object... args)
This method read a application descriptor file and return a  
By object (xpath, id, link ...). | 
Copyright © 2023 NoraUi. All rights reserved.