public class UIAPicker extends UIAElement implements UIAutomationPicker, MobilePicker
UIAPicker class allows access to, and control of, wheel elements within a picker| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValuesOfWheelAtIndex(int index)
Returns a
List of String of values held by PickerWheel at the specified index |
void |
setValueOfWheelAtIndex(int index,
String value)
Sets the value to the PickerWheel at the specified index.
|
doubleTap, findElement, getBridgeDriver, getLabel, getLocator, getName, getValue, scrollToVisible, setBridgeDriver, setLocator, tap, tapWithOptions, twoFingerTap, waitForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoubleTap, findElement, getLabel, getLocator, getName, getValue, scrollToVisible, tap, tapWithOptions, twoFingerTapfindElement, getLocator, getValue, tappublic UIAPicker(String locator)
public List<String> getValuesOfWheelAtIndex(int index)
UIAutomationPickerList of String of values held by PickerWheel at the specified indexgetValuesOfWheelAtIndex in interface MobilePickergetValuesOfWheelAtIndex in interface UIAutomationPickerindex - Index of the PickerWheelList of Stringpublic void setValueOfWheelAtIndex(int index,
String value)
UIAutomationPickersetValueOfWheelAtIndex in interface MobilePickersetValueOfWheelAtIndex in interface UIAutomationPickerindex - Index of the PickerWheelvalue - String value to setCopyright © 2016 PayPal Open Source. All rights reserved.