GetElementsByTagName Method (WebDocument)
Gets a collection of elements with the specified HTML tag.
expression.GetElementsByTagName( _
ByVal 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