Class RadioButtonValidatorSI
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.objects.UIObjectValidator
-
- org.uitnet.testing.smartfwk.ui.core.objects.radio.RadioButtonValidator
-
- org.uitnet.testing.smartfwk.ui.standard.imgobj.RadioButtonValidatorSI
-
public class RadioButtonValidatorSI extends RadioButtonValidator
- Author:
- Madhav Krishna
-
-
Field Summary
Fields Modifier and Type Field Description protected RadioButtonSIrbObject-
Fields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObjectValidator
appDriver, region, uiObject
-
-
Constructor Summary
Constructors Constructor Description RadioButtonValidatorSI(SmartAppDriver appDriver, RadioButtonSI uiObject, org.sikuli.script.Region region)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RadioButtonValidatorSIclick(int maxIterationsToLocateElements)RadioButtonValidatorSIclick(ImageSection imageSection, int maxIterationsToLocateElements)RadioButtonValidatorSIclickAndHold(int maxIterationsToLocateElements)RadioButtonValidatorSIdoubleClick(int maxIterationsToLocateElements)RadioButtonValidatorSIdoubleClick(ImageSection imageSection, int maxIterationsToLocateElements)RadioButtonValidatorSIdragAndDrop(ImageObject target, org.sikuli.script.Region targetRegion, int maxIterationsToLocateElements)org.sikuli.script.MatchfindElement(int maxIterationsToLocateElements)org.sikuli.script.MatchfindElementNoException(int maxIterationsToLocateElements)List<org.sikuli.script.Match>findElements(int maxIterationsToLocateElements)protected org.sikuli.script.LocationgetImageSection(org.sikuli.script.Match imageMatch, ImageSection imageSection)org.openqa.selenium.interactions.ActionsgetNewSeleniumActions()Deprecated.booleanisDisabled(int maxIterationsToLocateElements)booleanisDisabledButNotReadonly(int maxIterationsToLocateElements)booleanisPresent(int maxIterationsToLocateElements)booleanisVisible(int maxIterationsToLocateElements)RadioButtonValidatorSIperformKeyDown(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)RadioButtonValidatorSIperformKeyPressed(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)RadioButtonValidatorSIperformKeyUp(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)RadioButtonValidatorSIrelease(int maxIterationsToLocateElements)RadioButtonValidatorSIrightClick(int maxIterationsToLocateElements)RadioButtonValidatorSIrightClick(ImageSection imageSection, int maxIterationsToLocateElements)RadioButtonValidatorSIscrollElementOnViewport(Scrollbar scrollbar)RadioButtonValidatorSIselect(int maxIterationsToLocateElements)RadioButtonValidatorSItypeText(String text, NewTextLocation location, int maxIterationsToLocateElements)Deprecated.RadioButtonValidatorSIvalidateDisabled(int maxIterationsToLocateElements)Deprecated.RadioButtonValidatorSIvalidateDisabledButNotReadonly(int maxIterationsToLocateElements)RadioButtonValidatorSIvalidateEnabled(int maxIterationsToLocateElements)Deprecated.RadioButtonValidatorSIvalidateEnabledButNotReadonly(int maxIterationsToLocateElements)RadioButtonValidatorSIvalidateNotSelected(int maxIterationsToLocateElements)Deprecated.RadioButtonValidatorSIvalidateSelected(int maxIterationsToLocateElements)Deprecated.-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.radio.RadioButtonValidator
getUIObject
-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObjectValidator
getRegion, geUIObjectType, matchTextValue, performAction, seleniumToSikuliKeyConverter, validateHidden, validateNotPresent, validateNotVisible, validatePresent, validateTextValue, validateVisible
-
-
-
-
Field Detail
-
rbObject
protected RadioButtonSI rbObject
-
-
Constructor Detail
-
RadioButtonValidatorSI
public RadioButtonValidatorSI(SmartAppDriver appDriver, RadioButtonSI uiObject, org.sikuli.script.Region region)
-
-
Method Detail
-
isPresent
public boolean isPresent(int maxIterationsToLocateElements)
- Specified by:
isPresentin classUIObjectValidator
-
isVisible
public boolean isVisible(int maxIterationsToLocateElements)
- Specified by:
isVisiblein classUIObjectValidator
-
click
public RadioButtonValidatorSI click(int maxIterationsToLocateElements)
- Specified by:
clickin classUIObjectValidator
-
click
public RadioButtonValidatorSI click(ImageSection imageSection, int maxIterationsToLocateElements)
-
doubleClick
public RadioButtonValidatorSI doubleClick(int maxIterationsToLocateElements)
- Specified by:
doubleClickin classUIObjectValidator
-
doubleClick
public RadioButtonValidatorSI doubleClick(ImageSection imageSection, int maxIterationsToLocateElements)
-
rightClick
public RadioButtonValidatorSI rightClick(int maxIterationsToLocateElements)
- Specified by:
rightClickin classUIObjectValidator
-
rightClick
public RadioButtonValidatorSI rightClick(ImageSection imageSection, int maxIterationsToLocateElements)
-
clickAndHold
public RadioButtonValidatorSI clickAndHold(int maxIterationsToLocateElements)
- Specified by:
clickAndHoldin classUIObjectValidator
-
release
public RadioButtonValidatorSI release(int maxIterationsToLocateElements)
- Specified by:
releasein classUIObjectValidator
-
performKeyDown
public RadioButtonValidatorSI performKeyDown(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)
- Specified by:
performKeyDownin classUIObjectValidator
-
performKeyUp
public RadioButtonValidatorSI performKeyUp(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)
- Specified by:
performKeyUpin classUIObjectValidator
-
performKeyPressed
public RadioButtonValidatorSI performKeyPressed(org.openqa.selenium.Keys keys, int maxIterationsToLocateElements)
- Specified by:
performKeyPressedin classUIObjectValidator
-
typeText
@Deprecated public RadioButtonValidatorSI typeText(String text, NewTextLocation location, int maxIterationsToLocateElements)
Deprecated.- Specified by:
typeTextin classUIObjectValidator
-
scrollElementOnViewport
public RadioButtonValidatorSI scrollElementOnViewport(Scrollbar scrollbar)
- Specified by:
scrollElementOnViewportin classUIObjectValidator
-
findElement
public org.sikuli.script.Match findElement(int maxIterationsToLocateElements)
- Specified by:
findElementin classUIObjectValidator
-
findElementNoException
public org.sikuli.script.Match findElementNoException(int maxIterationsToLocateElements)
- Specified by:
findElementNoExceptionin classUIObjectValidator
-
findElements
public List<org.sikuli.script.Match> findElements(int maxIterationsToLocateElements)
- Specified by:
findElementsin classUIObjectValidator
-
dragAndDrop
public RadioButtonValidatorSI dragAndDrop(ImageObject target, org.sikuli.script.Region targetRegion, int maxIterationsToLocateElements)
-
getImageSection
protected org.sikuli.script.Location getImageSection(org.sikuli.script.Match imageMatch, ImageSection imageSection)
-
validateDisabled
@Deprecated public RadioButtonValidatorSI validateDisabled(int maxIterationsToLocateElements)
Deprecated.- Specified by:
validateDisabledin classRadioButtonValidator
-
validateEnabled
@Deprecated public RadioButtonValidatorSI validateEnabled(int maxIterationsToLocateElements)
Deprecated.- Specified by:
validateEnabledin classRadioButtonValidator
-
select
public RadioButtonValidatorSI select(int maxIterationsToLocateElements)
- Specified by:
selectin classRadioButtonValidator
-
validateSelected
@Deprecated public RadioButtonValidatorSI validateSelected(int maxIterationsToLocateElements)
Deprecated.- Specified by:
validateSelectedin classRadioButtonValidator
-
validateNotSelected
@Deprecated public RadioButtonValidatorSI validateNotSelected(int maxIterationsToLocateElements)
Deprecated.- Specified by:
validateNotSelectedin classRadioButtonValidator
-
isDisabled
public boolean isDisabled(int maxIterationsToLocateElements)
- Specified by:
isDisabledin classRadioButtonValidator
-
getNewSeleniumActions
@Deprecated public org.openqa.selenium.interactions.Actions getNewSeleniumActions()
Deprecated.- Specified by:
getNewSeleniumActionsin classUIObjectValidator
-
isDisabledButNotReadonly
public boolean isDisabledButNotReadonly(int maxIterationsToLocateElements)
- Specified by:
isDisabledButNotReadonlyin classRadioButtonValidator
-
validateDisabledButNotReadonly
public RadioButtonValidatorSI validateDisabledButNotReadonly(int maxIterationsToLocateElements)
- Specified by:
validateDisabledButNotReadonlyin classRadioButtonValidator
-
validateEnabledButNotReadonly
public RadioButtonValidatorSI validateEnabledButNotReadonly(int maxIterationsToLocateElements)
- Specified by:
validateEnabledButNotReadonlyin classRadioButtonValidator
-
-