Enum
FindType

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.

Declaration

cs-api-definition
AttributesOnly = 2

Field Value

FindType

Content

Identification using the content of the tag. Content can be (InnerText, InnerMarkup or OuterMarkup)

Declaration

cs-api-definition
Content = 4

Field Value

FindType

Expression

Identification using an expression. An expression is the most powerful search and supports the ability to combine different search types into one expression.

Declaration

cs-api-definition
Expression = 5

Field Value

FindType

NodeIndexPath

NodeIndexPath identification.

Declaration

cs-api-definition
NodeIndexPath = 0

Field Value

FindType

TagIndex

Tag name occurrence identification.

Declaration

cs-api-definition
TagIndex = 1

Field Value

FindType

XPath

Identification using XPath.

Declaration

cs-api-definition
XPath = 3

Field Value

FindType