IFindExpressionMatch Method (ITargetElement)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Match this expression with a target.

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

bool Match(
	ITargetElement target
)

Parameters

target
Type: ArtOfTest.CommonITargetElement
The target.

Return Value

Type: Boolean
True/False whether the target matches the expression.
See Also

Reference