public class Page.PageElement extends Object implements IPage.IPageElement
| Constructor and Description |
|---|
PageElement(String key)
The PageElement is the object that makes the link between the selector of the ini file and the use java side.
|
PageElement(String key,
String label)
The PageElement is the object that makes the link between the selector of the ini file and the use java side.
|
public PageElement(String key)
key - The key that is used to find the right selector in the ini file.public PageElement(String key, String label)
key - The key that is used to find the right selector in the ini file.label - The wording that is displayed in the report.public String getKey()
getKey in interface IPage.IPageElementpublic String getLabel()
getLabel in interface IPage.IPageElementpublic Page getPage()
getPage in interface IPage.IPageElementCopyright © 2023 NoraUi. All rights reserved.