FindFromExpressionsXml Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Finds all elements with FindExpressions defined in the serialized xml string.

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> FromExpressionsXml(
	string xml
)

Parameters

xml
Type: SystemString
The xml with the expressions defined.

Return Value

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

Reference