ListBoxItem
flaui.core.automation_elements.ListBoxItem
Bases: SelectionItemAutomationElement
Class to interact with a list box item element
is_checked
property
writable
Gets if the listbox item is checked, if checking is supported
Returns:
| Type | Description |
|---|---|
bool
|
True if checked, else False |
text
property
Gets the text of the element.
Returns:
| Type | Description |
|---|---|
str
|
Element text |