Interface Component<SELF>
-
- All Superinterfaces:
eu.tsystems.mms.tic.testframework.internal.Nameable<SELF>,PageObject<SELF>,UiElementBase,WebDriverRetainer,WebElementActions,WebElementRetainer
- All Known Implementing Classes:
AbstractComponent
public interface Component<SELF> extends UiElementBase, PageObject<SELF>
Components are PageObjects restricted to a root GuiElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UiElementList<SELF>list()-
Methods inherited from interface eu.tsystems.mms.tic.testframework.internal.Nameable
getName, getName, getParent, hasOwnName, setName, toString, traceAncestors
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.PageObject
screenshotToReport
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.core.UiElementBase
assertThat, createXPath, expect, getLocator, waitFor, waitFor
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.webdriver.WebDriverRetainer
getWebDriver
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.WebElementActions
highlight, highlight, scrollIntoView, scrollIntoView, scrollToTop
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.WebElementRetainer
findWebElement
-
-
-
-
Method Detail
-
list
UiElementList<SELF> list()
-
-