Search found 7 matches

by dimabs
Wed Oct 19, 2011 1:16 am
Forum: How To …
Topic: How to invoke java method
Replies: 19
Views: 9695

Re: How to invoke java method

What about a case scenario when involved java method returns an object, for instance Java Table?

Thank you,
Dima
by dimabs
Fri Oct 14, 2011 10:38 pm
Forum: How To …
Topic: How to invoke java method
Replies: 19
Views: 9695

Re: How to invoke java method

Thanks. Hopefully, in the near future, it will be implemented, as it is a key for Java Applet UI based automation

Thank you,
Dima
by dimabs
Thu Oct 13, 2011 6:22 pm
Forum: How To …
Topic: How to invoke java method
Replies: 19
Views: 9695

Re: How to invoke java method

Here is the problem. I have a method to invoke, which was provided by developers as public. However, method's input parameter is object type of java.awt.Rectangle. Based on your explanation above, I can only use primitive variables to invoke the methods. So what is the possible solution for me? Than...
by dimabs
Tue Jun 21, 2011 12:47 am
Forum: How To …
Topic: How to invoke java method
Replies: 19
Views: 9695

Re: How to invoke java method

Thank you. I will try it

Dima
by dimabs
Fri Jun 17, 2011 6:45 pm
Forum: How To …
Topic: How to invoke java method
Replies: 19
Views: 9695

How to invoke java method

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
by dimabs
Fri Apr 08, 2011 5:55 pm
Forum: Object Identification and Technologies
Topic: Test build in WinXP and fail run in Windows 7
Replies: 6
Views: 2796

Re: Test build in WinXP and fail run in Windows 7

Hello,

It seems like the path is correct. I already provided support with requested information. Besides, execution on Windows7 is extremely slow, is there any setting that could improve that?

Thank you,
Dima
by dimabs
Tue Apr 05, 2011 6:16 pm
Forum: Object Identification and Technologies
Topic: Test build in WinXP and fail run in Windows 7
Replies: 6
Views: 2796

Re: Test build in WinXP and fail run in Windows 7

In my case, test created in XP do not work on Windows7, and seems like it happens if I'm accessing the object using descriptive programming. For example, if I have an object in repository, it is found during the run-time, if I copy object's path and use it directly from the code, I get an exception....