1. Selenium IDE records click action for selecting an item in Grid dropdown control. But, if we try to execute the same code, it will not select any item. First of all, it will not click on Grid.
Solution: If we use, doubleClick instead of click, it will fix this issue. Refer the following screenshot which will give you a clear picture.