Page 2 of 2

Re: Identify elements from pane

Posted: Mon Jan 14, 2013 5:53 am
by varun
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.

Re: Identify elements from pane

Posted: Mon Jan 14, 2013 4:13 pm
by Support Team
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

Re: Identify elements from pane

Posted: Tue Jan 15, 2013 10:53 am
by varun
Markus, please find attached RX snapshots of Add button from two different servers.

Thanks,
Varun.

Re: Identify elements from pane

Posted: Tue Jan 15, 2013 4:03 pm
by Support Team
Hi Varun,

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

Regards,
Markus

Re: Identify elements from pane

Posted: Wed Jan 16, 2013 1:40 pm
by varun
Thanks Markus for response. It works.