BrowserLocateAllInHost Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Locates all elements contained in the browser's DOM matching the specified find expression.

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

public IList<ITargetElement> LocateAllInHost(
	string[] expression
)

Parameters

expression
Type: SystemString
Array of find expressions to use to locate the elements.

Return Value

Type: IListITargetElement
A list of elements matching the find expression.

Implements

ISupportSearchHostLocateAllInHost(String)
See Also

Reference