Interface IRadioButtonList
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Represents a radio button list where every option is a string.
public interface IRadioButtonList : IOptionWidget
- Inherited Members
- Extension Methods
Properties
- Selected
Currently selected option.
Methods
- TrySelectOption(string)
Attempts to select the specified option. If the option does not exist in the collection, the selection remains unchanged.