FindByExpressionTControl Method (HtmlFindExpression)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Find element by HtmlFindExpression of type TControl.

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

public TControl ByExpression<TControl>(
	HtmlFindExpression expression
)
where TControl : new(), Control

Parameters

expression
Type: ArtOfTest.WebAii.CoreHtmlFindExpression
The HtmlFindExpression to use during the find.

Type Parameters

TControl
The type of control to search for and return.

Return Value

Type: TControl
A TControl element if found or null if not found.
See Also

Reference