Interface IRadioButton
A Java radio button.
public interface IRadioButton : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
IsChecked
Indicates whether the radio button is selected.
bool IsChecked { get; }
Property Value
Methods
Clear()
Clears (deselects) the radio button.
void Clear()
Set()
Selects the radio button.
void Set()