Package allurium.interfaces
Interface AlluriumElement
- All Superinterfaces:
WebElementMeta
- All Known Subinterfaces:
Dropdown
,ListComponent
,Selectable
,SwitcherItem
- All Known Implementing Classes:
AbstractCarousel
,AbstractForm
,AbstractInputElement
,AbstractRequiredTextArea
,AbstractRequiredTextField
,AbstractSwitcher
,AbstractTabs
,AbstractWidget
,Button
,Carousel
,Cell
,CheckBox
,DropdownSelect
,FakeParent
,Header
,Icon
,Iframe
,Image
,Label
,Line
,Link
,ListItem
,MenuItem
,Partition
,RadioButton
,Row
,Select
,Symbol
,Tab
,Text
,TextArea
,TextField
,TextLine
,Title
,UIElement
,UploadField
,Value
Marker interface for elements that are compatible with Allure reporting and logging mechanisms.
This interface is implemented by UI components to integrate with Allure for tracking and reporting test steps and actions. Any class implementing this interface can provide enhanced logging and reporting capabilities for test automation.
Purpose:
- Identifies UI elements that support Allure reporting and logging.
- Facilitates detailed reporting of actions performed during test execution.
Features:
- Encapsulates the root element of a UI component using Selenide.
- Serves as a base for custom UI elements that need integration with Allure.
-
Method Summary
Methods inherited from interface allurium.interfaces.WebElementMeta
getDescription, getMetaKeys, getParent, getUiElementName, setAssignNameMethod, setDescription, setParent, setUiElementName
-
Method Details
-
getRoot
com.codeborne.selenide.SelenideElement getRoot()
-