Skip to content

Tree

flaui.core.automation_elements.Tree

Bases: AutomationElement

Class to interact with a tree element.

items property

All child TreeItem" /> objects from this Tree" />

Returns:

Type Description
List[TreeItem]

List of TreeItem elements

selected_tree_item property

The currently selected TreeItem" />

Returns:

Type Description
TreeItem

TreeItem element of selected tree item