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