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