GetElementsByTagName Method (WebElement)
Gets a collection of elements in the HTML WebDocument by HTML. .
expression.GetElementsByTagName( _
ByVal As String _
) As WebElement() object
where
expression is a variable that represents a
WebElement Object
Parameters
- tagName
Return Value
A collection of
WebElement objects