Identify elements from pane

Ranorex Studio, Spy, Recorder, and Driver.
varun
Posts: 110
Joined: Mon Jul 23, 2012 5:52 am

Re: Identify elements from pane

Post by varun » Mon Jan 14, 2013 5:53 am

Hi Markus,
I suppose there is a root item in your repository which represents the RxPath to the root dom object, this single repo item has to be changed.
I guess attached is the repo item you want me to change. Please let me know, what changes need to be done here as I want this script on our other servers too which may be for instance - "http://xeonserver1/NextGenR22_QA".

Thanks,
Varun.
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: Identify elements from pane

Post by Support Team » Mon Jan 14, 2013 4:13 pm

Hi Varun,

You have to use an attribute and a value for the attribute which remains the same even if you execute it on other servers too.
If you need further guidance we will need Ranorex snapshot files of the element from your different servers.

Regards,
Markus

varun
Posts: 110
Joined: Mon Jul 23, 2012 5:52 am

Re: Identify elements from pane

Post by varun » Tue Jan 15, 2013 10:53 am

Markus, please find attached RX snapshots of Add button from two different servers.

Thanks,
Varun.
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: Identify elements from pane

Post by Support Team » Tue Jan 15, 2013 4:03 pm

Hi Varun,

This would be a possible RxPath: "/dom[@domain='xeonserver1' or @domain='dbservertest2']".

Regards,
Markus

varun
Posts: 110
Joined: Mon Jul 23, 2012 5:52 am

Re: Identify elements from pane

Post by varun » Wed Jan 16, 2013 1:40 pm

Thanks Markus for response. It works.