iAttributeGetAttributeList Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Quick shortcut to get a list of attributes. Pass in the name/value pairs as a semi-colon delimited list.
Examples

For example: GetAttributeList("id=foo","checked=true") Note: Any string that don't contain a pair will be ignored. Don't include an type of quotes.

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

public static Collection<iAttribute> GetAttributeList(
	params string[] nameValuePairs
)

Parameters

nameValuePairs
Type: SystemString
The name value pairs.

Return Value

Type: CollectioniAttribute
The list of attributes.
See Also

Reference