This property is available in legacy mobile tests that work with devices connected to the local computer. To learn how to simulate user actions in newer cloud-compatible mobile tests, see the Simulating user actions in tests section. |
Description
Use this property to get the index of the selected item.
Declaration
TestObj.wSelectedItem
Read-Only Property | Integer |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following objects:
Android RadioGroup, Android Spinner, iOS SegmentedControl and 2 more objects, Xamarin.Forms ListView, Xamarin.Forms Picker « Collapse the list
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
An integer value that specifies the index of the selected item.
See Also
Testing Android Applications (Legacy)
Testing iOS Applications (Legacy)
Working With Radio Groups
Getting Spinner Items' Text
Determining the Currently Selected Segment
wItem Property (Mobile Controls)