Interface IRadioGroup
A radio group object in a mobile application.
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRadioGroup : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
Select(string)
Selects the specified radio button in the group by name.
Declaration
void Select(string item)
Parameters
| Type | Name | Description |
|---|---|---|
| string | item | The name of the radio button to select. |
Select(uint)
Selects the specified radio button in the group by index.
Declaration
void Select(uint index)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | index | The 0-based index of the radio button to select. |