ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
AllByTagName Method (tagName)
NamespacesArtOfTest.WebAii.CoreFindAllByTagName(String)
Returns a list of elements with a specific tag name.
Declaration Syntax
C#Visual BasicVisual Basic Usage
public ReadOnlyCollection<Element> AllByTagName(
	string tagName
)
Public Function AllByTagName ( _
	tagName As String _
) As ReadOnlyCollection(Of Element)
Dim instance As Find
Dim tagName As String
Dim returnValue As ReadOnlyCollection(Of Element)

returnValue = instance.AllByTagName(tagName)
Parameters
tagName (String)
The tag name to search for.
Return Value
The list of found elements.

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