ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByAttributes<TControl>(nameValuePairs) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByAttributes<(Of TControl>)(String[]())
Returns a list of elements that have attributes that match the NameValuePairs passed it fully or partially.
Syntax
C#
public ReadOnlyCollection<TControl> AllByAttributes<TControl> (
	params string[] nameValuePairs
) where TControl : new(), Control
Generic Template Parameters
TControl
Control type to get.
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.
Remarks
If

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