AutomationElement
AutomationElement represents a control or element on the user interface that is accessible through UI Automation. It serves as a handle or reference to a specific UI element, allowing automation clients to interact with and query information about it. When you work with UI Automation, you typically obtain an AutomationElement object to target a particular button, text box, menu item, or any other UI component.
Each AutomationElement has a set of properties that describe its characteristics, such as its name, control
AutomationElement also supports patterns, which define the actions that can be performed on an element and
In essence, AutomationElement is the fundamental building block for UI Automation clients, providing the means to