XamlSearchType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Different types of supported find expressions.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum XamlSearchType
Members

  Member nameValueDescription
AutomationId0 The UIAutomation id given to the Xaml element.
TextContent1 The text content of this Xaml element. Typically a TextBlock
XamlPath2 A Xaml Expression Path (i.e - /button[0]/textblock[id=~foo]/)
XamlTag3 The Xaml tag type.
XamlTagBase4 The tag base type
Name5 The Xaml tag name
TagIndex6 The Xaml tag index.
UnKnown7 UnKnown
Uid8 Unique identifier (Silverlight-side hashcode / object reference)
VirtualizedIndex9 Index within a VirtualizingStackPanel
See Also

Reference