Hi All,
I am working on the Desktop application in which i need to click on particular record.
That Grid has almost 1000 record i am stuck on it.
Logic i used as below steps-
- Used do while in which i place condition counter = 0
- Scrolling data in Grid by using hot keys pgdown.
- Used Element exist for the required data selector but it when Grid scroll down it consider data which come first as element exist and not able to reach my particular record selector.
Please Help.
Thanks
Gaurav