Send comments on this topic.
GetAttribute Method
Attachmate.Reflection.Objects Library (Web) > WebElement Object : GetAttribute Method
attributeName
Gets the value of the named attribute on the element.

Syntax

 
object.GetAttribute( 
   ByVal attributeName As String
) As String

Parameters

attributeName

See Also