FindAllByExpression Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Find all elements by HTML find expression strings.

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(
	params string[] expression
)

Parameters

expression
Type: SystemString
Array of HTML find expression strings.

Return Value

Type: ReadOnlyCollectionElement
A ReadOnlyCollectionT of elements.
See Also

Reference