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

    Parameters

    attributeName
    value
    See Also