FindParamSetAttributes Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Used to initialize a list of parameter value pairs on a FindParam.

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

public FindParam SetAttributes(
	params string[] nameValuePairs
)

Parameters

nameValuePairs
Type: SystemString
The name value pairs.

Return Value

Type: FindParam
The modified FindParam
See Also

Reference