ITargetElementMatch Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Match this target element against an expression.

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

bool Match(
	IFindExpression findExpr
)

Parameters

findExpr
Type: ArtOfTest.CommonIFindExpression
The FindExpression.

Return Value

Type: Boolean
Returns true/false whether the expression matches.
See Also

Reference