Class RadioButton
Defines a
Implements
IElementWrapper<RemoteWebElement>
Inherited Members
Namespace: Legerity.Web.Elements.Core
Assembly: Legerity.Web.dll
Syntax
public class RadioButton : Button, IElementWrapper<RemoteWebElement>
Constructors
| Improve this Doc View SourceRadioButton(IWebElement)
Initializes a new instance of the RadioButton class.
Declaration
public RadioButton(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
RadioButton(RemoteWebElement)
Initializes a new instance of the RadioButton class.
Declaration
public RadioButton(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceGroup
Gets the name of the group for the radio button.
Declaration
public virtual string Group { get; }
Property Value
Type | Description |
---|---|
System.String |
IsSelected
Gets a value indicating whether the radio button is selected.
Declaration
public virtual bool IsSelected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Operators
| Improve this Doc View SourceImplicit(RemoteWebElement to RadioButton)
Allows conversion of a
Declaration
public static implicit operator RadioButton(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
RadioButton | The RadioButton. |