Search found 6 matches

by anantha.krishnan
Thu Oct 24, 2013 10:52 am
Forum: Object Identification and Technologies
Topic: Path not fully recognized
Replies: 1
Views: 1912

Path not fully recognized

Hi, I have been using the tool for nearly three months. I have encountered issues while recognizing some of the controls. we use 3rd party controls called infragistics I see question mark in between the path /form[@controlname='frmMain']/?/?/form[@controlname='frmProdManager']/?/?/element[@controlna...
by anantha.krishnan
Mon Jul 29, 2013 8:43 am
Forum: Object Identification and Technologies
Topic: Passing data driven values to xpath
Replies: 2
Views: 2138

Re: Passing data driven values to xpath

Cool. It works :)

Regards,
Anantha Krishnan.K
by anantha.krishnan
Wed Jul 24, 2013 11:19 am
Forum: Object Identification and Technologies
Topic: Passing data driven values to xpath
Replies: 2
Views: 2138

Passing data driven values to xpath

Hi,
I have a issue with passing data driven values to xpath's. Lets take a instance such as below

ListItem item2 = combo2.FindSingle<ListItem>("list/listitem[@accessiblename='AUSTRALIA']");

If i like to pass 'AUSTRALIA' as variable and make it as data driven. How could it be done.

Regards,
AK
by anantha.krishnan
Thu Jul 18, 2013 10:24 am
Forum: Object Identification and Technologies
Topic: Having trouble with 'Infragistics' combobox
Replies: 5
Views: 2479

Re: Having trouble with 'Infragistics' combobox

Hi Markus,
I have just modified the names for security purpose :D . My bad, should have put a note. Anyway was able to get the workaround

Many thanks

Regards,
Anantha Krishnan.K
by anantha.krishnan
Thu Jul 11, 2013 8:34 am
Forum: Object Identification and Technologies
Topic: Having trouble with 'Infragistics' combobox
Replies: 5
Views: 2479

Re: Having trouble with 'Infragistics' combobox

Hi, Please find the snapshot attached. Meanwhile I was able to scout for the solution. ListItem item=combobox.FindSingle<ListItem>("/form[@controlname='frmMain']/element[@controltypename='MdiClient']/form/element[@controlname='Search']/element[@controlname='Nationality']/combobox/combobox/list/listi...
by anantha.krishnan
Tue Jul 09, 2013 4:36 am
Forum: Object Identification and Technologies
Topic: Having trouble with 'Infragistics' combobox
Replies: 5
Views: 2479

Having trouble with 'Infragistics' combobox

Hi, I have been using the ranorex for a while and works great. Recently, i stumbled on few object identification issues when trying to use it against 'Infragistics' combobox. Snippet of the code is attached Ranorex.ComboBox combobox="/form[@controlname='frmMain']/element[@controltypename='MdiClient'...