Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / GetAttribute Method
In This Topic
GetAttribute Method
In This Topic
Gets the value of the named attribute on the element.
Syntax
expression.GetAttribute( _
   ByVal attributeName As String _
) As String
where expression is a variable that represents a WebElement Object

Parameters

attributeName
See Also