AutomationObjectTInvokeMethod Method (String, Object)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Invokes a method on the AutomationObject's client-side peer

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual Object InvokeMethod(
	string methodName,
	params Object[] parameters
)

Parameters

methodName
Type: SystemString
The name of the method to invoke
parameters
Type: SystemObject
The parameters for the method call

Return Value

Type: Object
null
Remarks

Only simple parameters (numbers, booleans, and string) are supported, and return values are not yet passed back from the automation peer
See Also

Reference