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

    Parameters

    tagName
    The HTML tag name

    Return Value

    The collection of WebElement objects matching the tag name
    See Also