[wtr-general] Project Structure for cucumber+watir

2013-07-03 Thread Vincy C
Hi All, I am new in cucumber and watir. I am using Netbeans IDE. Can anyone tell me the project structure for cucumber+watir project in Net beans IDE. is Net beans support ruby? pls share your ideas Waiting for reply Thanks -- -- Before posting, please read http://watir.com/support.

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

2013-07-03 Thread Vincy C
pls correct the above attachment structure is correct or not? On Wednesday, 3 July 2013 11:38:01 UTC+5:30, Vincy C wrote: Hi All, I am new in cucumber and watir. I am using Netbeans IDE. Can anyone tell me the project structure for cucumber+watir project in Net beans IDE. is Net beans

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 vincy@gmail.com 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:

[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

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