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


For this, different people have developed their own extensions for Watir. Apparently a lot depends on which drag and drop library you are using. Core Watir does not support drag and drop.



+1


a source


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







All Articles