ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByAttributes(nameValuePairs) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByAttributes(String[]())
Returns a list of elements that have attributes that match the NameValuePairs passed it fully or partially.
Syntax
C#
public ReadOnlyCollection<Element> AllByAttributes (
	params string[] nameValuePairs
)
Parameters
nameValuePairs (String[]())
A list of name value pairs to match. For example: AllByAttributes("bar=foo","class=myclass","src=~foo.gif"). Use =~ for partial values.
Return Value
The list of found elements.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)