C# (CSharp) Automation.UI.Tree Namespace

Nested Namespaces

Automation.UI.Tree.Matchers
Automation.UI.Tree.Operators
Automation.UI.Tree.QueryParts
Automation.UI.Tree.SearchEngines

Classes

Name Description
ElementNotFoundException Thrown when the requested element could not be found.
Query Represents a query that is used to walk the UI automation tree.
QueryConstructionException Thrown if there is an exception while constructing a query.
QueryPart Represents a part of a query.
SearchEngine Base class for the query engines used. These are responsible for taking the conditions specified in a query and finding an automation element using them.
StringPropertyCondition A special property condition that can partially match string properties. Matching is done using string functions like StartsWith, EndsWith and Contains. This also supports matching properties using regular expressions.