Hi,
I have notice different behavior in the drag n drop method depending on the
os and browsers used. I originally developed the drag_n_drop step on a
Mac/Firefox combo and will see the object being moved. Though when I run
the same script on a WIN7 IE8 VM the visible object doesn't move but the
Hi there,
I'm trying to drag and drop an element in webpage through the below code:
Step def:
When(/^I drag and drop Basket rule to the position slot$/) do
@browser.span(:class => "draggable
ui-draggable").drag_and_drop_on(@browser.div(:class => "droparea
ui-droppable ui-sortable"))
end
*The s
On Wed, Jul 3, 2013 at 8:08 AM, Vincy C wrote:
> Can anyone tell me the project structure for cucumber+watir project in Net
> beans IDE
You can structure the project how ever you want. Read this book if you want
to learn how to structure the code in a good way:
https://leanpub.com/cucumber_and