Testing drag-and-drop with Watir
Posted
by Marcel J.
on Stack Overflow
See other posts from Stack Overflow
or by Marcel J.
Published on 2010-05-10T21:54:52Z
Indexed on
2010/05/11
10:24 UTC
Read the original article
Hit count: 454
I'm evaluating Watir right now. While Selenium has a dragAndDropToObject
command (which seems to be broken) Watir seems not to have such a command. I couldn't find a script/tutorial with an example of how to test DnD with Watir.
Did anybody try/succeed in testing drag-and-drop with Watir?
Btw.: I am using jQuery for the DnD implementation.
© Stack Overflow or respective owner