Table of Contents

Interface IRadioGroup

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

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

item string

The name of the radio button to select.

Select(uint)

Selects the specified radio button in the group by index.

void Select(uint index)

Parameters

index uint

The 0-based index of the radio button to select.