ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.ByAttributes<TControl>(nameValuePairs) method
Namespaces > ArtOfTest.WebAii.Core > Find > ByAttributes<(Of TControl>)(String[]())
Same as ByAttributes(). Returns a control type instead of element.
Syntax
C#
public TControl ByAttributes<TControl> (
	params string[] nameValuePairs
) where TControl : new(), Control
Generic Template Parameters
TControl
Control type to create.
Parameters
nameValuePairs (String[]())
A list of name value pairs to match. For example: GetAllElementsByAttributes("bar=foo","class=myclass","src=~foo.gif"). Use =~ for partial values.
Return Value
The control object.

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