Send comments on this topic.
InvokeMember2 Method
Attachmate.Reflection.Objects Library (Web) > WebElement Object : InvokeMember2 Method
methodName
parameters
Executes a method (with parameters) unique to the current element.

Syntax

 
object.InvokeMember2( 
   ByVal methodName As String,
   ByRef parameters As String()
) As Object

Parameters

methodName
parameters

See Also