ElementMatch Method

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

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

public bool Match(
	IFindExpression findExpr
)

Parameters

findExpr
Type: ArtOfTest.CommonIFindExpression
The expression to use.

Return Value

Type: Boolean
Returns true/false

Implements

ITargetElementMatch(IFindExpression)
See Also

Reference