Package io.jmix.masquerade.component
Class Accordion.Panel
java.lang.Object
io.jmix.masquerade.component.AbstractSpecificConditionHandler<T>
io.jmix.masquerade.component.AbstractComponent<T>
io.jmix.masquerade.component.AbstractDetails<Accordion.Panel>
io.jmix.masquerade.component.Accordion.Panel
- All Implemented Interfaces:
Container
,SpecificConditionHandler
,ByLocator
,SelenideElementWrapper<Accordion.Panel>
- Enclosing class:
- Accordion
Accordion panel web-element wrapper.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.component.AbstractDetails
clickOnHeader, getBy
Methods inherited from class io.jmix.masquerade.component.AbstractComponent
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
-
Panel
protected Panel(org.openqa.selenium.By by)
-
-
Method Details
-
getSummaryElement
public com.codeborne.selenide.SelenideElement getSummaryElement()- Specified by:
getSummaryElement
in classAbstractDetails<Accordion.Panel>
- Returns:
SelenideElement
for details summary web-element
-