Interface IRadioGroup
A radio group object in a mobile application.
public interface IRadioGroup : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
- Inherited Members
- Extension Methods
Methods
Select(string)
Selects the specified radio button in the group by name.
void Select(string item)
Parameters
itemstringThe name of the radio button to select.
Select(uint)
Selects the specified radio button in the group by index.
void Select(uint index)
Parameters
indexuintThe 0-based index of the radio button to select.