Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / GetElementsByTagName Method
In This Topic
GetElementsByTagName Method (WebElement)
In This Topic
Gets a collection of elements in the HTML WebDocument by HTML. tagName.
Syntax
expression.GetElementsByTagName( _
   ByVal tagName As String _
) As WebElement() object 
where expression is a variable that represents a WebElement Object

Parameters

tagName

Return Value

A collection of WebElement objects
See Also