EnumHtmlSearchType
Different types of supported find expressions.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
public enum HtmlSearchType
Fields
Attribute
A find expression based that uses Attribute matching.
GroupIndex
A find expression based that uses GroupIndex matching.
HtmlPath
A Html Expression Path (i.e - /div[0]/table[id=~foo]/)
InnerMarkup
A find expression based that uses InnerMarkup matching.
InnerText
A find expression based that uses InnerText matching.
NodeIndexPath
A find expression based that uses NodeIndexPath matching.
OuterMarkup
A find expression based that uses OuterMarkup matching.
StartTagContent
A find expression based that uses StartTagContent matching.
TagIndex
A find expression based that uses TagIndex matching.
TagName
A find expression based that uses TagName matching.
TextContent
A find expression based that uses TextContent matching.
XPath
A find expression based that uses XPath matching.