I am currently using Robot Framework to automate my test cases. In one of the test cases I have, I need to drag and drop a certain element. Upon using the SeleniumLibrary keyword Drag And Drop, my browser just hangs. Has anyone encountered this same error? Is there a work around I can use?
I am using Robot Framework 2.7 and running my tests on IE8 and FF9.
Here is sample code: Wait Until Keyword Succeeds 10s 5s Element Should Be Visible
//td[@class='policy_td']//ul[@class='workgroup_list']
Drag And Drop //ul[@id='unused_workgroup_ul']//li[@class='workgroup']//span//span[text()='Test'] target=//td[@class='policy_td']//ul[@class='workgroup_list']