Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / InvokeMember1 Method
In This Topic
InvokeMember1 Method
In This Topic
Executes a method that is unique to the current element.
Syntax
expression.InvokeMember1( _
   ByVal methodName As String _
) As Object
where expression is a variable that represents a WebElement Object

Parameters

methodName
See Also