Forum Discussion

m1013864's avatar
m1013864
Occasional Contributor
13 years ago

Unable to click on link of.net 3.5 data grid

I am unable to click on a link which is present inside on of the item in data grid view objct of dot net 3.5. Could you please let me know how that click operation can be performed.



I have attached the screen shot of the object. The object is a link inside an item of data grid view which I am unable to click.






1 Reply

  • Hi,



    If you're unable to simply call this object's Click method as you do with any other object, try using a native method which will initiate the OnClick handler. Look for performClick or similar methods of this object and call them in your test.