Class EmptyUiElement
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.GuiElement
-
- eu.tsystems.mms.tic.testframework.pageobjects.EmptyUiElement
-
- All Implemented Interfaces:
eu.tsystems.mms.tic.testframework.internal.Nameable<UiElement>,eu.tsystems.mms.tic.testframework.internal.NameableChild<UiElement>,eu.tsystems.mms.tic.testframework.logging.Loggable,InteractiveUiElement,InteractiveWebElementActions,UiElementBase,UiElementActions,WebElementActions,WebElementRetainer,LocatorFactoryProvider,PageObject<UiElement>,TestableUiElement,UiElement,UiElementFinder,WebDriverManagerProvider,WebDriverRetainer
public class EmptyUiElement extends GuiElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.UiElement
UiElement.Properties
-
-
Field Summary
-
Fields inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.LocatorFactoryProvider
LOCATE
-
Fields inherited from interface eu.tsystems.mms.tic.testframework.testing.WebDriverManagerProvider
WEB_DRIVER_MANAGER
-
-
Constructor Summary
Constructors Constructor Description EmptyUiElement(PageObject page, Locator locator)EmptyUiElement(UiElement parent, Locator locator)
-
Method Summary
-
Methods inherited from class eu.tsystems.mms.tic.testframework.pageobjects.GuiElement
anyElementContainsText, anyFollowingTextNodeContains, assertCollector, assertCollector, asserts, asserts, clear, click, contextClick, createEmpty, createXPath, deselect, doubleClick, expect, find, findWebElement, getAttribute, getBy, getCore, getCssValue, getData, getDriver, getLengthOfValueAfterSendKeys, getList, getLocation, getLocator, getName, getNumberOfFoundElements, getParent, getSelectElement, getSize, getSubElement, getSubElement, getSubElement, getTagName, getText, getTextsFromChildren, getWebDriver, getWebElement, hasOwnName, hasSensibleData, highlight, hover, isDisplayed, isEnabled, isPresent, isSelectable, isSelected, isVisible, list, mouseOver, nonFunctionalAsserts, nonFunctionalAsserts, optionalAsserts, optionalAsserts, rightClick, screenshotToReport, scrollIntoView, scrollToElement, scrollToElement, scrollToTop, select, sendKeys, sensibleData, setDescription, setName, setParent, shadowRoot, submit, swipe, takeScreenshot, toString, type, waitFor, waits, withWebElementFilter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.core.InteractiveWebElementActions
select
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.internal.Nameable
getName, toString, traceAncestors
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.TestableUiElement
assertThat, waitFor
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.UiElementFinder
createEmpty, find, find, findById, findByQa, findDeep, findDeep
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.internal.WebElementActions
highlight, scrollIntoView
-
-
-
-
Constructor Detail
-
EmptyUiElement
public EmptyUiElement(PageObject page, Locator locator)
-
-