Hi,
I’m trying to automate some Java Applet functionality. I have an object within the applet, for which developers created couple APIs. How can I call those APIs against the object?
Thank you in advance
var result = <yourJavaElement>.Element.InvokeAction
(“invokemethod”, <methodname>, <parameters>,...);dimabs wrote:So what is the possible solution for me?
var javaObj = (JavaObjectWrapper)javaElement.GetPropertyValue("YourComplexProperty");
var name = (string)javaObject.GetPropertyValue("SomeStringProperty");
//or, for example:
javaObject.InvokeMethod("DoSomething", 1, true);Users browsing this forum: No registered users and 0 guests