Package io.jmix.masquerade.component
Class Details
java.lang.Object
- All Implemented Interfaces:
Container
,SpecificConditionHandler
,ByLocator
,SelenideElementWrapper<Details>
Web-element wrapper for details.
-
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
-
Details
public Details(org.openqa.selenium.By by)
-
-
Method Details
-
getSummaryElement
public com.codeborne.selenide.SelenideElement getSummaryElement()- Specified by:
getSummaryElement
in classAbstractDetails<Details>
- Returns:
SelenideElement
for details summary web-element
-