Attachmate.Reflection.Web.Msie Namespace > IWebElement Interface : SetAttribute Method |
'Declaration
Sub SetAttribute( _ ByVal attributeName As String, _ ByVal value As String _ )
'Usage
Dim instance As IWebElement Dim attributeName As String Dim value As String instance.SetAttribute(attributeName, value)
void SetAttribute( string attributeName, string value )