Forum Discussion

official_raghu's avatar
official_raghu
Occasional Contributor
11 years ago

Clicking on Janus GridEX cells

We have a Janus GridEX Table in our .NET application. Certain cells in the GridEX Rows have a bitmap image (not a button, or a link) in them, clicking upon which, a dialog box or some pdf document is opened. Neither these bitmap images nor the cells in which they  are displayed have a .Click event associated with them!!!



Our tests demand that we click on these images/cells. The only way we have found is to click on the GridEX cell using screen (x,y) co-ordinates.  The problem is that the tests are intended to run on machines at several locations, and different screen resolutions will have their own (x,y) screen cordinates, resulting in an erroneous click  :\ 



Can the pros help us in overcoming this problem? How do we suggest testcomplete to pin the location of the cell containing the image and click RIGHT THERE.  Thanks in advance....