FrameworkElementMatch Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Match this FrameworkElement against a specific find expression.

Namespace:  ArtOfTest.WebAii.Silverlight
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 find expression to match.

Return Value

Type: Boolean
Return true/false whether the expression matches.

Implements

ITargetElementMatch(IFindExpression)
See Also

Reference