EnumFindType
Enum
Types of identification supported by the framework.
Definition
Namespace:ArtOfTest.WebAii.ObjectModel
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum FindType
Fields
AttributesOnly
Identification using attributes only.
Content
Identification using the content of the tag. Content can be (InnerText, InnerMarkup or OuterMarkup)
Expression
Identification using an expression. An expression is the most powerful search and supports the ability to combine different search types into one expression.
NodeIndexPath
NodeIndexPath identification.
TagIndex
Tag name occurrence identification.