FindAllByExpression Method (HtmlFindExpression)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Find all elements by HtmlFindExpression.

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

public ReadOnlyCollection<Element> AllByExpression(
	HtmlFindExpression expression
)

Parameters

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

Return Value

Type: ReadOnlyCollectionElement
A ReadOnlyCollectionT of Element's
See Also

Reference