Robotframework / Selenium2Library: Why does Drag And Drop not work with draggable elements?
问题 If you have python (v2.7), robotframework (v2.8.7) and Selenium2Library (v1.6.0) installed, you could run the following test case to get the idea of the problem, e.g. using: pybot -L TRACE *** Settings *** Library Selenium2Library *** Variables *** *** Test Cases *** DragDemo Open Browser http://www.w3schools.com/html/html5_draganddrop.asp firefox # NO VISIBLE ACTION HERE, BUT COMMANDS TAKE SOME MINUTES TO EXECUTE WITHOUT FAILURE Wait Until Page Contains Element //img[@id='drag1'] Drag And