FindByExpressionTControl Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Find element by HTML find expression strings 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>(
	params string[] expression
)
where TControl : new(), Control

Parameters

expression
Type: SystemString
Array of HTML find expression strings.

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