SearchConfiguration Fields

Include Protected Members
Include Inherited Members

The SearchConfiguration type exposes the following members.

Fields

  Name Description
Public fieldStatic member AlwaysSearch Returns "AlwaysSearch", and is used to make sure that the UI test playback engine does not use a cached control to perform any search action.
Public fieldStatic member DisambiguateChild Returns "Distinct", and is used to return the child node when both the parent and the child nodes have the same property values.
Public fieldStatic member ExpandWhileSearching Returns "Expand", and indicates that the container control expand before searching its hierarchy.
Public fieldStatic member NextSibling Returns "NextTo", and is used to search in the sibling hierarchy of the container.
Public fieldStatic member VisibleOnly Returns "VisibleOnly", and is used to search only among visible elements.

Top

See Also

Reference

SearchConfiguration Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace