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 class
Web-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.By
getTabByTextBy
(String tabText) 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
-
TabSheet
public TabSheet(org.openqa.selenium.By by)
-
-
Method Details
-
getTabById
- Parameters:
tabUiTestId
-UI_TEST_ID
attribute 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
-By
selector to find tab sheet tab- Returns:
- web-element wrapper for tab sheet tab found by the passed
By
selector
-
getTabByTextBy
-