I am trying to automate the Drag and Drop functionality for a grid, using selenium. I am evaluating the Selenium RC Tool, and am new to .Net technologeis.
I have created two grids, one as a source grid and another a destination Grid. I want to move rows from source grid to destination Grid. I am able to write the code for the Drag and Drop opertaion to happen manually. I wish to automate this part of the functionality by writing a scriptable method, and can be accessed by script from selenium.
How do I acheive this automation of Drag and Drop functionality using Selenium and scriptable method. Any kind of pointers or example program would be helpful.
Thanks,
Pradeep
I have created two grids, one as a source grid and another a destination Grid. I want to move rows from source grid to destination Grid. I am able to write the code for the Drag and Drop opertaion to happen manually. I wish to automate this part of the functionality by writing a scriptable method, and can be accessed by script from selenium.
How do I acheive this automation of Drag and Drop functionality using Selenium and scriptable method. Any kind of pointers or example program would be helpful.
Thanks,
Pradeep