Package io.jmix.masquerade.component
Class ComboButton
java.lang.Object
io.jmix.masquerade.component.AbstractSpecificConditionHandler<T>
io.jmix.masquerade.component.AbstractComponent<T>
io.jmix.masquerade.component.AbstractDropdownComponent<ComboButton>
io.jmix.masquerade.component.ComboButton
- All Implemented Interfaces:
SpecificConditionHandler
,ByLocator
,SelenideElementWrapper<ComboButton>
Web-element wrapper for combo button. Supports clicking on button-part of the web-element.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclick()
Clicks on the button web-element if it is possible.protected com.codeborne.selenide.SelenideElement
Methods inherited from class io.jmix.masquerade.component.AbstractDropdownComponent
clickItemsOverlay, getItemsOverlay, getMenuBarOverlay, getOpenOverlayButtonElement
Methods inherited from class io.jmix.masquerade.component.AbstractComponent
getBy, getDelegate
Methods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
check, 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
-
ComboButton
public ComboButton(org.openqa.selenium.By by)
-
-
Method Details
-
click
Clicks on the button web-element if it is possible.- Returns:
this
to call fluent API
-
getButtonElement
protected com.codeborne.selenide.SelenideElement getButtonElement()
-