Class UiElementLogger
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.core.AbstractGuiElementCoreActionsDecorator
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.core.AbstractGuiElementCoreDecorator
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.facade.UiElementLogger
-
- All Implemented Interfaces:
eu.tsystems.mms.tic.testframework.logging.Loggable,GuiElementCore,GuiElementCoreActions,WebElementRetainer
public class UiElementLogger extends AbstractGuiElementCoreDecorator implements eu.tsystems.mms.tic.testframework.logging.Loggable
-
-
Field Summary
-
Fields inherited from class eu.tsystems.mms.tic.testframework.pageobjects.internal.core.AbstractGuiElementCoreActionsDecorator
decoratedCore
-
-
Constructor Summary
Constructors Constructor Description UiElementLogger(GuiElementCore decoratedCore, GuiElement guiElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeforeDelegation(java.lang.String method, java.lang.Object... params)voidtype(java.lang.String text)-
Methods inherited from class eu.tsystems.mms.tic.testframework.pageobjects.internal.core.AbstractGuiElementCoreDecorator
afterDelegation, findWebElement, getAttribute, getCssValue, getLengthOfValueAfterSendKeys, getLocation, getNumberOfFoundElements, getRect, getSize, getTagName, getText, getTextsFromChildren, isDisplayed, isEnabled, isPresent, isSelectable, isSelected, isVisible, takeScreenshot
-
Methods inherited from class eu.tsystems.mms.tic.testframework.pageobjects.internal.core.AbstractGuiElementCoreActionsDecorator
clear, click, contextClick, deselect, doubleClick, highlight, hover, scrollIntoView, scrollToElement, scrollToTop, select, sendKeys, submit, swipe
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.core.GuiElementCore
getWebElement
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.core.GuiElementCoreActions
clear, click, contextClick, deselect, doubleClick, highlight, hover, mouseOver, rightClick, scrollIntoView, scrollIntoView, scrollToElement, scrollToElement, scrollToTop, select, select, sendKeys, submit, swipe
-
-
-
-
Constructor Detail
-
UiElementLogger
public UiElementLogger(GuiElementCore decoratedCore, GuiElement guiElement)
-
-
Method Detail
-
beforeDelegation
protected void beforeDelegation(java.lang.String method, java.lang.Object... params)- Overrides:
beforeDelegationin classAbstractGuiElementCoreDecorator
-
type
public void type(java.lang.String text)
- Specified by:
typein interfaceGuiElementCoreActions- Overrides:
typein classAbstractGuiElementCoreActionsDecorator
-
-