Re: [wtr-general] Re: Handling Java script Popup with Ruby in WATIR

2013-04-10 Thread prashant sharma
error resolve now On Thu, Apr 11, 2013 at 2:37 AM, Chuck van der Linden < cvanderlin...@climate.com> wrote: > Did you read the entire thread? > > When you say 'same error' the same questions apply, such as 'are you > using watir or watir-webdriver' > > and 'show us the code you are trying to us

[wtr-general] Re: Watir with Delphi 2007 application

2013-04-10 Thread Chuck van der Linden
On Wednesday, April 10, 2013 1:21:51 PM UTC-7, Ramesh wrote: > Hi, > I got to know from my managers that they have 100+ watir scripts for one > of the Delphi application. Will Watir supports Delphi Products? Please let > me know. > Thanks > Ramesh Watir drives web browsers, if the delphi pro

[wtr-general] Re: Drag and drop is not working after updating firefox to 20.0 -- Could not load native events component.

2013-04-10 Thread Chuck van der Linden
Thanks for letting folks know about the update! On Wednesday, April 10, 2013 6:28:32 AM UTC-7, Dan wrote: > > Looks like there's a new version. Also, the safari extension, which is > awesome! > > 2.32.0 (2013-04-09) > === > > Safari: > * The Safari extension is now packaged wit

[wtr-general] Re: Handling Java script Popup with Ruby in WATIR

2013-04-10 Thread Chuck van der Linden
Did you read the entire thread? When you say 'same error' the same questions apply, such as 'are you using watir or watir-webdriver' and 'show us the code you are trying to use, indicate where the error occurs, and what the error message (if any) is' On Wednesday, April 10, 2013 1:13:04 AM

[wtr-general] Watir with Delphi 2007 application

2013-04-10 Thread Ramesh
Hi, I got to know from my managers that they have 100+ watir scripts for one of the Delphi application. Will Watir supports Delphi Products? Please let me know. Thanks Ramesh -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general

[wtr-general] Re: Drag and drop is not working after updating firefox to 20.0 -- Could not load native events component.

2013-04-10 Thread Dan
Looks like there's a new version. Also, the safari extension, which is awesome! 2.32.0 (2013-04-09) === Safari: * The Safari extension is now packaged with the gem and automatically installed (#5322) * Improved detection of the binary location on 64-bit windows (5273) Opera

[wtr-general] Re: Handling Java script Popup with Ruby in WATIR

2013-04-10 Thread prashant sharma
same error? what is the solution of it. On Friday, June 1, 2012 2:14:01 PM UTC+5:30, AQUA wrote: > > Hi Linden, > I tried out the example from watir -webdriver but I m still getting the > following error message: > > C:/Ruby187/lib/ruby/gems/1.8/gems/selenium-webdriver-2.21.2/lib/selenium/webdri

[wtr-general] Drag and Drop Functionality in Watir only

2013-04-10 Thread Suma Varada
Hi...I am new to this watir and ruby. Can anyone please tell me the code to use for drag and drop functionality in the screenshot attached. I need to left click the mouse from the list on the right side list box and drag it to the left side selction list box and release. any kind of suggestio

[wtr-general] `assert_exists': Unable to locate element in watir

2013-04-10 Thread Suma Varada
Hi I am trying to use the drag and drop funtionality,as I run the script require "rubygems" require "watir" browser = Watir::Browser.new browser.goto "xyz" browser.a(:text => "Profile Package").flash browser.a(:text => "Profile Package").click puts browser.select_list(:name => 'lstTemplates').opt