public abstract class LabelValidator extends UIObjectValidator
browser, region, uiObject| Constructor and Description |
|---|
LabelValidator(WebBrowser browser,
Label uiObject,
org.sikuli.script.Region region) |
| Modifier and Type | Method and Description |
|---|---|
Label |
getUIObject() |
abstract String |
getValue(int numRetries) |
abstract void |
validateValue(String expectedValue,
TextValidationMechanism validationMechanism,
int numRetries) |
click, clickAndHold, doubleClick, findElement, findElementNoException, findElements, getRegion, geUIObjectType, isPresent, isVisible, matchTextValue, performAction, performKeyDown, performKeyPressed, performKeyUp, release, rightClick, scrollElementOnViewport, seleniumToSikuliKeyConverter, typeText, validateNotPresent, validatePresent, validateTextValuepublic LabelValidator(WebBrowser browser, Label uiObject, org.sikuli.script.Region region)
public Label getUIObject()
getUIObject in class UIObjectValidatorpublic abstract void validateValue(String expectedValue, TextValidationMechanism validationMechanism, int numRetries)
public abstract String getValue(int numRetries)
Copyright © 2021. All rights reserved.