HtmlFindClause Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
An Html specific find clause.
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonFindClause
    ArtOfTest.WebAii.CoreHtmlFindClause

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[SerializableAttribute]
public class HtmlFindClause : FindClause

The HtmlFindClause type exposes the following members.

Constructors

  NameDescription
Public methodHtmlFindClause
Create a new FindClause.
Public methodHtmlFindClause(String)
Create a new FindClause
Top
Properties

  NameDescription
Public propertyClause
Gets or sets the search expression. On setting the value, the expression will be parsed.
(Inherited from FindClause.)
Public propertyCompareType
Gets the expression compare type.
(Inherited from FindClause.)
Public propertyGroupIndex
Get the group index
Public propertyIsHierarchical
Gets whether this search clause is relative to the root of the search.
(Inherited from FindClause.)
Public propertyName
Gets the name part of the expression.
(Inherited from FindClause.)
Public propertyPriority
Gets the search priority of this clause. 0 is the highest. 10 lowest.
(Inherited from FindClause.)
Public propertySearchType
Get the search type
Public propertyTagIndex
Get the tag index
Public propertyTagName
Get the tag name.
Public propertyValue
Gets the value part of the expression.
(Inherited from FindClause.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractValue
Extract the actual value for the search type passed in.
(Overrides FindClauseExtractValue(String, ITargetElement).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGenerateHtmlPath(ITargetElement)
Public methodStatic memberGenerateHtmlPath(ITargetElement, ITargetElement)
Public methodStatic memberGenerateNodeIndexPath
Public methodStatic memberGenerateXPath(ITargetElement)
Public methodStatic memberGenerateXPath(ITargetElement, ITargetElement)
Generate a backup xpath using an element
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetTagIndexFromParent
Public methodStatic memberGetTagIndexInChildren
Get a child index within a parent only.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch(ITargetElement) (Overrides FindClauseMatch(ITargetElement).)
Public methodMatch(ITargetElement, ITargetElement)
Match an element
(Overrides FindClauseMatch(ITargetElement, ITargetElement).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnParsed
Perform Html specific parameter parsing.
(Overrides FindClauseOnParsed.)
Public methodToString
Return the string representation of this expression.
(Inherited from FindClause.)
Top
See Also

Reference