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

    Parameters

    methodName
    parameters
    See Also