Re: [wtr-general] [Watir-webdriver] - Drag and drop using watir webdriver

2013-07-03 Thread Joe Fleck
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

[wtr-general] [Watir-webdriver] - Drag and drop using watir webdriver

2013-07-03 Thread watir webdriver
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

Re: [wtr-general] Project Structure for cucumber+watir

2013-07-03 Thread Ċ½eljko Filipin
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