Enum
HtmlSearchType

Different types of supported find expressions.

Definition

Namespace:ArtOfTest.WebAii.Core

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum HtmlSearchType

Fields

Attribute

A find expression based that uses Attribute matching.

Declaration

cs-api-definition
Attribute = 0

Field Value

HtmlSearchType

GroupIndex

A find expression based that uses GroupIndex matching.

Declaration

cs-api-definition
GroupIndex = 11

Field Value

HtmlSearchType

HtmlPath

A Html Expression Path (i.e - /div[0]/table[id=~foo]/)

Declaration

cs-api-definition
HtmlPath = 10

Field Value

HtmlSearchType

InnerMarkup

A find expression based that uses InnerMarkup matching.

Declaration

cs-api-definition
InnerMarkup = 3

Field Value

HtmlSearchType

InnerText

A find expression based that uses InnerText matching.

Declaration

cs-api-definition
InnerText = 2

Field Value

HtmlSearchType

NodeIndexPath

A find expression based that uses NodeIndexPath matching.

Declaration

cs-api-definition
NodeIndexPath = 6

Field Value

HtmlSearchType

OuterMarkup

A find expression based that uses OuterMarkup matching.

Declaration

cs-api-definition
OuterMarkup = 4

Field Value

HtmlSearchType

StartTagContent

A find expression based that uses StartTagContent matching.

Declaration

cs-api-definition
StartTagContent = 5

Field Value

HtmlSearchType

TagIndex

A find expression based that uses TagIndex matching.

Declaration

cs-api-definition
TagIndex = 8

Field Value

HtmlSearchType

TagName

A find expression based that uses TagName matching.

Declaration

cs-api-definition
TagName = 7

Field Value

HtmlSearchType

TextContent

A find expression based that uses TextContent matching.

Declaration

cs-api-definition
TextContent = 1

Field Value

HtmlSearchType

XPath

A find expression based that uses XPath matching.

Declaration

cs-api-definition
XPath = 9

Field Value

HtmlSearchType