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.IPageElement
public String getLabel()
getLabel
in interface IPage.IPageElement
public Page getPage()
getPage
in interface IPage.IPageElement
Copyright © 2023 NoraUi. All rights reserved.