Package allurium.interfaces
Interface Dropdown
- All Superinterfaces:
AlluriumElement
,WebElementMeta
- All Known Implementing Classes:
DropdownSelect
Interface for web components that behave similarly to native `
- See Also:
-
Method Summary
Methods inherited from interface allurium.interfaces.AlluriumElement
getRoot
Methods inherited from interface allurium.interfaces.WebElementMeta
getDescription, getMetaKeys, getParent, getUiElementName, setAssignNameMethod, setDescription, setParent, setUiElementName
-
Method Details
-
extend
void extend()Extends the dropdown to make the options visible.This method handles the behavior for showing or unfolding the dropdown list.
-
select
Selects an option from the dropdown by its visible text.This method implements the behavior for choosing a specific value from the dropdown's options.
- Parameters:
value
- the text of the option to select
-