FindAllByAttributes Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns a list of elements that have attributes that match the NameValuePairs passed it fully or partially.

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

public ReadOnlyCollection<Element> AllByAttributes(
	params string[] nameValuePairs
)

Parameters

nameValuePairs
Type: SystemString
A list of name value pairs to match. For example: "bar=foo","class=myclass","src=~foo.gif","src=!bar". Use =~ for partial values or =! to exclude values.

Return Value

Type: ReadOnlyCollectionElement
The list of found elements.
See Also

Reference