Table of Contents

Interface IRadioButton

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

An SAPUI5 radio button.

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

Properties

IsChecked

Indicates whether the radio button is selected.

bool IsChecked { get; }

Property Value

bool

IsReadOnly

Indicates whether the radio button is read-only.

bool IsReadOnly { get; }

Property Value

bool

Methods

Activate()

Activates the radio button.

void Activate()

Set()

Selects the radio button.

void Set()