Types of identification supported by the framework.
Namespace:
ArtOfTest.WebAii.ObjectModelAssembly: ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)
Syntax
| C# |
|---|
public enum FindType |
| Visual Basic (Declaration) |
|---|
Public Enumeration FindType |
| Visual C++ |
|---|
public enum class FindType |
Members
| Member name | Description | |
|---|---|---|
| NodeIndexPath |
NodeIndexPath identification.
| |
| TagIndex |
Tag name occurrence identification.
| |
| AttributesOnly |
Identification using attributes only.
| |
| XPath |
Identification using XPath.
| |
| 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.
|
