Package io.jmix.masquerade.component
Class ListMenu
java.lang.Object
- All Implemented Interfaces:
SpecificConditionHandler
,ByLocator
,SelenideElementWrapper<ListMenu>
Web-element wrapper for list menu.
-
Field Summary
FieldsFields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.component.AbstractMenu
openItem, openItem
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
-
Field Details
-
DETAILS_TAG_NAME
-
-
Constructor Details
-
ListMenu
public ListMenu(org.openqa.selenium.By by)
-
-
Method Details
-
openItem
Description copied from class:AbstractMenu
Clicks on the menu items in sequence along the passed path- Specified by:
openItem
in classAbstractMenu<ListMenu>
- Parameters:
path
- path of menu items
-