Package io.jmix.masquerade.component
Class ComboBox
java.lang.Object
- All Implemented Interfaces:
SpecificConditionHandler
,ByLocator
,SelenideElementWrapper<ComboBox>
Web-element wrapper for combobox.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractOverlayComponent
TOGGLE_BUTTON_CSS
Fields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.component.AbstractComboBox
getItemsOverlayElement, selectSingleValue, type
Methods inherited from class io.jmix.masquerade.component.AbstractOverlayComponent
clickItemsOverlay, getHostCssSelector, getItemsOverlay
Methods inherited from class io.jmix.masquerade.component.AbstractField
check, getInputDelegate, getLabelDelegate
Methods inherited from class io.jmix.masquerade.component.AbstractComponent
getBy, getDelegate
Methods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
should, should, shouldBe, shouldBe, shouldHave, shouldHave, shouldNot, shouldNot, shouldNotBe, shouldNotBe, shouldNotHave, shouldNotHave
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.masquerade.sys.SelenideElementWrapper
disabled, displayed, enabled, exists, shouldHaveAttribute, shouldHaveAttributeValue, shouldHaveCss, shouldHaveCssValue, shouldNotHaveAttribute, shouldNotHaveAttributeValue, shouldNotHaveCss, shouldNotHaveCssValue
-
Constructor Details
-
ComboBox
public ComboBox(org.openqa.selenium.By by)
-
-
Method Details
-
setValue
Selects value in theComboBoxOverlay
.- Parameters:
value
- value to select- Returns:
this
to call fluent API
-