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
expression.GetElementsByTagName( _ ByVal tagName As String _ ) As WebElement() object