Uses of Class
org.uitnet.testing.smartfwk.ui.core.objects.DOMObjectValidator
-
Packages that use DOMObjectValidator Package Description org.uitnet.testing.smartfwk.ui.core.objects org.uitnet.testing.smartfwk.ui.standard.domobj -
-
Uses of DOMObjectValidator in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects that return DOMObjectValidator Modifier and Type Method Description DOMObjectValidatorDOMObjectValidator. click(int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. clickAndHold(int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. copyTextToClipboard(int maxIterationsToLocateElements)Copy text into clipboard from the current cursor position.DOMObjectValidatorDOMObjectValidator. doubleClick(int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. dragAndDrop(DOMObject target, int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. forceClick(int maxIterationsToLocateElements)DOMObjectValidatorDOMObject. getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)DOMObjectValidatorDOMObjectValidator. mouseHoverOver(int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. pasteTextFromClipboard(int maxIterationsToLocateElements)Replace the content of the element with the clipboard contents.DOMObjectValidatorDOMObjectValidator. performKeyDown(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. performKeyPressed(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. performKeyUp(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. release(int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. rightClick(int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. scrollElementOnViewport(ScrollbarSI scrollbar)DOMObjectValidatorDOMObjectValidator. sendKeys(int maxIterationsToLocateElements, CharSequence... keys)DOMObjectValidatorDOMObjectValidator. typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. typeText(String text, NewTextLocation location, int typeSpeedInMspc, boolean clickBeforeType, int maxIterationsToLocateElements)Used to type the text on textbox and textarea componenets.DOMObjectValidatorDOMObjectValidator. validateElementPresentWithinArea(AreaCoordinates coordinates, int maxIterationsToLocateElements)DOMObjectValidatorDOMObjectValidator. validatePresentWithNonEmptyText(int maxIterationsToLocateElements)Validates whether the element is visible with non-empty text on screen. -
Uses of DOMObjectValidator in org.uitnet.testing.smartfwk.ui.standard.domobj
-