FindByExpression Method (HtmlFindExpression, Boolean)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure

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

public Element ByExpression(
	HtmlFindExpression expression,
	bool includeRoot
)

Parameters

expression
Type: ArtOfTest.WebAii.CoreHtmlFindExpression
The HtmlFindExpression to use during the find.
includeRoot
Type: SystemBoolean
Whether or not to include the root element in the search.

Return Value

Type: Element
An Element if found or null if not found.
See Also

Reference