Re: [wtr-general] Drag n Drop not working for me with Firefox version25

2015-03-19 Thread Chuck van der Linden
Why use such an old version of Firefox? Unless you are in a very unique situation aprox zero real world users will be using a Firefox from 2013. Most home users will be on a very current version such as 35 or 36, most corporate users on the same, or the ESR release (31, moving to 38 in 2-5

Re: [wtr-general] Drag n Drop not working for me with Firefox version25

2015-03-19 Thread Joe Fleck
@Chuck, I completely agree and since posting this I did update to the latest version of firefox but based on Justin reply it will not work with Firefox. At the moment I have switch to Chrome. @Justin, thank you for that information. I really appreciate everyones feedback. On Thu, Mar 19,

Re: [wtr-general] Drag n Drop not working for me with Firefox version25

2015-03-18 Thread Justin Ko
Selenium's support for Firefox 25 native events ended in version 2.40.0 (see http://selenium.googlecode.com/git/rb/CHANGES). Selenium only supports native events for the latest releases and a couple of extended support releases. You could try downgrading your Selenium-WebDriver gem to version

Re: [wtr-general] Drag n Drop not working for me with Firefox version25

2015-03-17 Thread Joe Fleck
Hi Titus, Thanks for responding. I gave that a try and still produce the same result. Probably something i am doing wrong. I did not have a lot time yesterday to work through this. Joe On Mon, Mar 16, 2015 at 12:24 PM, Titus Fortner titusfort...@gmail.com wrote: Selenium 2.45 does not

[wtr-general] Drag n Drop not working for me with Firefox version25

2015-03-16 Thread Joe Fl
Hi, I am trying to use the drap drop method for watir-webdriver. System: Windows8 Browser: Firefox version 25 Gem versions: selenium-webdriver (2.45.0) watir-webdriver (0.7.0) Code: last_dragable_concept = BrowserClass.new(@browser).get_last_drag_concept_img def

Re: [wtr-general] Drag n Drop not working for me with Firefox version25

2015-03-16 Thread Titus Fortner
Selenium 2.45 does not currently support Native Events: https://github.com/SeleniumHQ/selenium/blob/master/CHANGES#L12 I haven't used Windows to know how this is or isn't set by default right now, but try explicitly turning it off if you need to like this: (http://watirwebdriver.com/firefox/)

[wtr-general] Drag n Drop Not working

2009-04-14 Thread Jonty
Hi All, I was trying to Automate Drag n Drop for a web Application and I tried the Drag and Drop code mentioned in the below link. http://feedraider.com/item/24826/Z-Bar-Zone/Drag-and-Drop-with-Watir/ When i execute the below code its only Clicking on the Element ('ext- gen617') 'onmousedown'