Ranorex Spy 2.0 Preview - .Net DataGridView Cell

Ranorex Studio, Spy, Recorder, and Driver.
Oom Koning
Posts: 3
Joined: Sat Nov 22, 2008 12:56 am

Ranorex Spy 2.0 Preview - .Net DataGridView Cell

Post by Oom Koning » Wed Nov 26, 2008 12:53 am

Following the Object Repo quick start example to click an imagecell in a .Net DataGridView control on a WinForms app, I received the following exception when calling 'public static Ranorex.Cell CellEdit__View_Row_32':

Error while searching for path '/form[@controlname='frmInvoiceList']/container/container[@controlname='contentPanel']/*/table/row[@accessiblename='Row 32']/cell[@accessiblename='Edit / View Row 32']'.

Has anyone tried using the Spy's generated code to test a datagridview?
Are there any examples that show how it works?

If we can use Ranorex to rigorously test our data-intensive UIs we'd very much like to become a customer.

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

Post by Support Team » Wed Nov 26, 2008 6:14 pm

Could you please post the Ranorex Preview version you are using (including the build number)? And could you specify the complete exception message?

It could be that the default search timeout is too small to retrieve the element. You can change the timeout manually in the generated code, it's the second parameter of the search method specified in milliseconds.

Regards,
Alex
Ranorex Support Team