Drag and Drop Testing with Watir
I am currently evaluating Vatir. While Selenium has a command dragAndDropToObject
(which seems to be broken), Watir doesn't seem to have such a command. I have not been able to find a script / tutorial with an example of how to test DnD with Watir.
Has anyone tried / succeeded in testing drag-and-drop with Watir?
Btw: I am using jQuery to implement DnD.
+2
a source to share
2 answers
I've heard people talk about it. The capabilities for new events in Watir are often mentioned when discussing drag and drop.
I would encourage you to review them for more information:
0
a source to share