C# Class Automation.UI.Util.SearchEngines

Supported search engines.
Datei anzeigen Open project: vijayakumarsuraj/UIAutomation

Public Properties

Property Type Description
Default Automation.UI.Tree.SearchEngine
TreeWalker Automation.UI.Tree.SearchEngine

Property Details

Default public_oe static_oe property

The default search engine. Uses UI Automation's in-built search methods (i.e. FindFirst and FindAll).
public static SearchEngine,Automation.UI.Tree Default
return Automation.UI.Tree.SearchEngine

TreeWalker public_oe static_oe property

A tree walker search engine. Uses a tree walker to walk the automation tree to find an element. Significantly slower than the default search engine and should be used only for matching partially on strings.
public static SearchEngine,Automation.UI.Tree TreeWalker
return Automation.UI.Tree.SearchEngine