Action Click is not working on setup msi

Ranorex Studio, Spy, Recorder, and Driver.
yoad
Posts: 39
Joined: Sun May 26, 2013 9:08 am

Action Click is not working on setup msi

Post by yoad » Wed Aug 28, 2013 1:39 pm

Hello Ranorex,
I created "Ranorex Usercode Module" in vb.net
if I just running "Usercode module" that I created,it is working and I ran it in button click "play"
I add small code for usercode module that I created-

Code: Select all

           Dim buttonYes As Button
           buttonYes = "/form[@title='Windows Installer']/button[@text~'&Yes$']"
             buttonYes.Click()
but if i running it in right click "Run Project" it is stuck forever why?

I added picture
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Action Click is not working on setup msi

Post by Support Team » Fri Aug 30, 2013 12:45 pm

Hi,

Do you start the installer from your Ranorex test executable?

If not, could it be that you use an incorrect RxPath?
Please check if it works when you use the following RxPath: "/form[@title='Windows Installer']/button[@text~'Yes']".

Regards,
Markus

yoad
Posts: 39
Joined: Sun May 26, 2013 9:08 am

Re: Action Click is not working on setup msi

Post by yoad » Mon Sep 02, 2013 8:28 am

Hello Markus,
I start with install but I want to uninstall application

regards,
Yoad

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Action Click is not working on setup msi

Post by Support Team » Tue Sep 03, 2013 2:08 pm

Hello,

In order to analyze the issue in detail may I ask you to send your Ranorex solution to [email protected]?

Thanks,
Markus