FindFromExpressionsFile Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Finds all elements with FindExpressions defined in a file.

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

public IDictionary<string, Element> FromExpressionsFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The filename where all the FindParams are defined.

Return Value

Type: IDictionaryString, Element
The collection of found elements in a dictionary with the key being the key defined in the file
See Also

Reference