RadioButton
flaui.core.automation_elements.RadioButton
Bases: AutomationElement
Class to interact with a radiobutton element
is_checked
property
writable
Flag to get the selection of this element.
Returns:
| Type | Description |
|---|---|
bool
|
True if element is checked, else False |