Package io.jmix.masquerade.component
Interface Container
- All Superinterfaces:
ByLocator
- All Known Implementing Classes:
AbstractDetails,Accordion,Accordion.Panel,Details,TabSheet
Interface for container web-elements wrappers that have a child web-elements.
-
Method Summary
-
Method Details
-
child
- Type Parameters:
C- type of the child web-element wrapper class- Parameters:
childClazz- child web-element wrapper classchildPath- path to find child web-element- Returns:
- child web-element wrapper which was found by the passed
UI_TEST_IDattribute values path
-
child
- Type Parameters:
C- type of the child web-element wrapper class- Parameters:
childClazz- child web-element wrapper classchildBy-Byselector to find child web-element- Returns:
- child web-element wrapper which was found by the passed
Byselector
-