Interface InteractiveUiElement
-
- All Superinterfaces:
InteractiveWebElementActions,TestableUiElement,UiElementActions,UiElementBase,WebElementActions,WebElementRetainer
- All Known Subinterfaces:
UiElement
- All Known Implementing Classes:
EmptyUiElement,GuiElement
public interface InteractiveUiElement extends TestableUiElement, UiElementActions
Contains all interactive features for anUiElement.
-
-
Method Summary
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.core.InteractiveWebElementActions
clear, click, contextClick, deselect, doubleClick, hover, select, select, sendKeys, submit, type
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.TestableUiElement
assertThat, expect, waitFor, waitFor
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.core.UiElementBase
createXPath, getLocator
-
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
-
-