FindType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Types of identification supported by the framework.

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

public enum FindType
Members

  Member nameValueDescription
NodeIndexPath0 NodeIndexPath identification.
TagIndex1 Tag name occurrence identification.
AttributesOnly2 Identification using attributes only.
XPath3 Identification using XPath.
Content4 Identification using the content of the tag. Content can be (InnerText, InnerMarkup or OuterMarkup)
Expression5 Identification using an expression. An expression is the most powerful search and supports the ability to combine different search types into one expression.
See Also

Reference