-
Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj that return LabelValidatorSI
| Modifier and Type |
Method |
Description |
LabelValidatorSI |
LabelValidatorSI.click(int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.click(ImageSection imageSection,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.clickAndHold(int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.doubleClick(int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.doubleClick(ImageSection imageSection,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.dragAndDrop(ImageObject target,
org.sikuli.script.Region targetRegion,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.forceClick(int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelSI.getValidator(SmartCucumberScenarioContext scenarioContext,
org.sikuli.script.Region region) |
|
LabelValidatorSI |
LabelSI.getValidator(SmartAppDriver appDriver,
org.sikuli.script.Region region) |
|
LabelValidatorSI |
LabelValidatorSI.mouseHoverOver(int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.performKeyDown(org.openqa.selenium.Keys keys,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.performKeyPressed(org.openqa.selenium.Keys keys,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.performKeyUp(org.openqa.selenium.Keys keys,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.release(int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.rightClick(int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.rightClick(ImageSection imageSection,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.scrollElementOnViewport(ScrollbarSI scrollbar) |
|
LabelValidatorSI |
LabelValidatorSI.typeText(String text,
NewTextLocation location,
int maxIterationsToLocateElements) |
Deprecated.
|
LabelValidatorSI |
LabelValidatorSI.validateElementPresentWithinArea(AreaCoordinates coordinates,
int maxIterationsToLocateElements) |
|
LabelValidatorSI |
LabelValidatorSI.validateValue(String expectedName,
TextMatchMechanism validationMechanism,
int maxIterationsToLocateElements) |
|