Interface UiElementActions
-
- All Superinterfaces:
InteractiveWebElementActions,WebElementActions,WebElementRetainer
- All Known Subinterfaces:
InteractiveUiElement,UiElement
- All Known Implementing Classes:
EmptyUiElement,GuiElement
public interface UiElementActions extends WebElementActions, InteractiveWebElementActions
Contains all available actions 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.internal.WebElementActions
highlight, highlight, scrollIntoView, scrollIntoView, scrollToTop
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.WebElementRetainer
findWebElement
-
-