Table of Contents

Interface IRadioGroup

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

An SAPUI5 radio group object.

public interface IRadioGroup : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

Items

The list of all items contained in this object.

ReadOnlyCollection<string> Items { get; }

Property Value

ReadOnlyCollection<string>

SelectedItem

The title of the currently selected item.

string SelectedItem { get; }

Property Value

string

Methods

Select(string)

Selects the specified radio button (by name) in the radio group.

void Select(string item)

Parameters

item string

The item to select.

Select(uint)

Selects the specified radio button (by index) in the radio group.

void Select(uint itemIndex)

Parameters

itemIndex uint

The index of the item to select (1-based).