public interface MobilePicker extends MobileElement
MobilePicker interface allows access to, and control of, wheel elements within a picker.
keep that in mind that android does not have a default picker so this element should only be used with IOS| 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.
|
findElement, getLocator, getValue, tapList<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.