Showing posts with label selecting an item from gird using selenium. Show all posts
Showing posts with label selecting an item from gird using selenium. Show all posts

Wednesday, November 9, 2011

Selenium and Infragistics controls - Grid dropdown

When we work with Selenium IDE and infragistics contorls, we might experience the following issues.

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.