Search found 6 matches

by Kevin
Thu Nov 11, 2010 7:58 am
Forum: Automation API
Topic: unable to click a button when screen protected
Replies: 6
Views: 2549

Re: unable to click a button when screen protected

Hi Ciege, I'm using RDP. I perfer your solution one. I believe it can resolve my problem.

Thanks a lot !
by Kevin
Wed Nov 10, 2010 2:52 pm
Forum: Automation API
Topic: unable to click a button when screen protected
Replies: 6
Views: 2549

Re: unable to click a button when screen protected

Thanks a lot for your relpy. I don't have a Ranorex snapshot however I can show you the form on which the "Process" button is expected to be pressed. (see attachment) When the button is pressed, a new form will be present. Then the exception will be thrown "Action 'press' failed on element '{Button:...
by Kevin
Wed Nov 10, 2010 12:49 pm
Forum: Automation API
Topic: unable to click a button when screen protected
Replies: 6
Views: 2549

Re: unable to click a button when screen protected

Or, in other word, is there any method like "PerformClick" for a form button?
As I know, PerformClick() is used to click a button without mouse.
by Kevin
Wed Nov 10, 2010 12:39 pm
Forum: Automation API
Topic: unable to click a button when screen protected
Replies: 6
Views: 2549

unable to click a button when screen protected

I use Ranorex API to click a button on my application. My application is made by .NET 2.0, running on a remote server and I want it to be running repeatedly in an unattended mode. Firstly, I use button.MoveTo(), and button.Click(). It works well when I'm watching it. But if I switch to my computer, ...
by Kevin
Mon Nov 08, 2010 4:26 am
Forum: General Questions
Topic: Can Ranorex call an application on the remote server?
Replies: 2
Views: 2013

Re: Can Ranorex call an application on the remote server?

Here you would need to look into using some sort of RDP or VNC technology but that would require Ranorex to be installed on the remote machine. Thanks a lot for your reply! Actually it's still hard for my case even using RDP technology. I developed my own application (App_mine) by leveraging Ranore...
by Kevin
Fri Nov 05, 2010 6:17 pm
Forum: General Questions
Topic: Can Ranorex call an application on the remote server?
Replies: 2
Views: 2013

Can Ranorex call an application on the remote server?

Hello, assuming I have an winform application install on a remote server, and I install the Ranorex on my own computer. Can I use Ranorex to start this application and drive the forms automatically? Paticularly I want to get a screenshot after each running. Is that possible? Any solution for this pu...