ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByTagName<TControl>(tagName) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByTagName<(Of TControl>)(String)
Returns a list of elements with a specific tag name as a control collection.
Syntax
C#
public ReadOnlyCollection<TControl> AllByTagName<TControl> (
	string tagName
) where TControl : new(), Control
Generic Template Parameters
TControl
The control type to find.
Parameters
tagName (String)
The tag name.
Return Value
The list of found controls.

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