Package io.jmix.masquerade.component
Class TabSheet
- All Implemented Interfaces:
Container,SpecificConditionHandler,ByLocator,SelenideElementWrapper<TabSheet>
Web-element wrapper for tab sheet. Supports working with tab sheet tabs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWeb-element wrapper for tab sheet tab. -
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTabBy(org.openqa.selenium.By by) getTabById(String tabUiTestId) getTabByText(String tabText) protected org.openqa.selenium.BygetTabByTextBy(String tabText) Methods inherited from class io.jmix.masquerade.component.AbstractComponent
getBy, getDelegateMethods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
check, should, should, shouldBe, shouldBe, shouldHave, shouldHave, shouldNot, shouldNot, shouldNotBe, shouldNotBe, shouldNotHave, shouldNotHaveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.masquerade.sys.SelenideElementWrapper
disabled, displayed, enabled, exists, shouldHaveAttribute, shouldHaveAttributeValue, shouldHaveCss, shouldHaveCssValue, shouldNotHaveAttribute, shouldNotHaveAttributeValue, shouldNotHaveCss, shouldNotHaveCssValue
-
Constructor Details
-
TabSheet
public TabSheet(org.openqa.selenium.By by)
-
-
Method Details
-
getTabById
- Parameters:
tabUiTestId-UI_TEST_IDattribute value pf the tab sheet tab web-element- Returns:
- web-element wrapper for tab sheet tab found by the passed ID
-
getTabByText
- Parameters:
tabText- tab sheet tab text- Returns:
- web-element wrapper for tab sheet tab found by the passed text
-
getTabBy
- Parameters:
by-Byselector to find tab sheet tab- Returns:
- web-element wrapper for tab sheet tab found by the passed
Byselector
-
getTabByTextBy
-