How to click on specific cell and row number in grid using passed parameter
I need to create a function to click on an Infragistics WebDataGrid using TestComplete. Simply clicking on the grid in my main test is easy: page.grid.cell(3, 1).Click(); However I want to conv...