Hi,
On Tue, Apr 26, 2011 at 2:42 PM, marc betts wrote:
>
> browser.div(:id=>"some_div").element.drag_and_drop_on(browser.div(:id=>"some_other_div").element)
>
When you call Watir::Element#element to fetch the underlying
Selenium::WebDriver::Element instance, you're using a private API that
was c
One of the big things I like about watir-webdriver is the ability to drag
and drop page elements. This works in version 0.2.0 and seems to have
stopped working with version 0.2.1. I'm trying to figure out if this was by
design, and if so, is there a better way to accomplish what I'm trying to
do.