public interface UIAutomationPicker extends UIAutomationElement
UIAutomationPicker
interface allows access to, and control of, wheel elements within a pickerModifier 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, getLabel, getLocator, getName, getValue, scrollToVisible, tap, tapWithOptions, twoFingerTap
List<String> getValuesOfWheelAtIndex(int index)
List
of String of values held by PickerWheel at the specified indexindex
- Index of the PickerWheelList
of Stringvoid setValueOfWheelAtIndex(int index, String value)
index
- Index of the PickerWheelvalue
- String value to setCopyright © 2016 PayPal Open Source. All rights reserved.