Re: [wtr-general] Re: Watir-Classic 3.4.0 Released!

2013-01-31 Thread Ste
Yes I already did. They are very old posts, but I have now found a workaround that however I don't understand why it works, yet. The problem was that the script did not use the watir modified win32ole.so library. So, I moved files from C:\Ruby193\lib\ruby\gems\1.9.1\gems\watir-classic-3.4.0\l

RE: [wtr-general] Re: Watir-Classic 3.4.0 Released!

2013-01-31 Thread Al Snow
Did you read the 2 references that you can find when you google "NoMethodError: undefined method `connect_unknown' for WIN32OLE:Class"? == Date: Thu, 31 Jan 2013 10:40:21 -0800From: porcarelli.stef...@gmail.com To: watir-general@googlegroups.com Subject: Re: [wtr-

Re: [wtr-general] Re: Watir-Classic 3.4.0 Released!

2013-01-31 Thread Ste
I downgraded win32-process to version 0.6.6 but unfortunally I got the same error NoMethodError: undefined method `connect_unknown' for WIN32OLE:Class C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.4.0/lib/watir-classic/modal_dialog.rb:59:in `locate' C:/Ruby193/lib/ruby/gems/1.9

Re: [wtr-general] Re: Watir-Classic 3.4.0 Released!

2013-01-31 Thread Dan
You might want to try downgrading win32-process to version 0.6.6. Downgrading that gem has solved similar issues for me. On Thursday, January 31, 2013 9:04:36 AM UTC-5, Ste wrote: > > Hi, > > I have inserted issue #51 at https://github.com/watir/watir-classic/issues > > I not sure that is a bug

Re: [wtr-general] watir, watir-webdriver, watir-classic: history and current state?

2013-01-31 Thread Jim Evans
Let me piggyback off of Željko's comments to reiterate that the WebDriver development team welcomes any and all contributions toward making the drivers more stable. I realize that having watir-classic is a disincentive for folks to spend time helping with the IE driver, if only because it appear

Re: [wtr-general] Re: Watir-Classic 3.4.0 Released!

2013-01-31 Thread Ste
Hi, I have inserted issue #51 at https://github.com/watir/watir-classic/issues I not sure that is a bug given that I verified the problem is in general with all modal dialogs popup handled in a old software (which works fine with Watir 1.6.5) I am trying to update at the latest version of Ruby

Re: [wtr-general] watir, watir-webdriver, watir-classic: history and current state?

2013-01-31 Thread Željko Filipin
On Thu, Jan 31, 2013 at 12:54 AM, jw wrote: > Is it true that watir-webdriver has improved significantly in the past 12 > months? > Not sure if I would say "significantly", but I would say it has improved. > Watir-webdriver was considered watir 2.0, so when I saw watir-classic, it > made me th

Re: [wtr-general] Re: Watir-Classic 3.4.0 Released!

2013-01-31 Thread Željko Filipin
If you think this is a bug, report it here: https://github.com/watir/watir-classic/issues Željko On Thu, Jan 31, 2013 at 9:00 AM, Ste wrote: > Hi Željko, > > the Ruby code write a number in the textbox id="ctl00_NetWor_txtNumber" > and onchange event open a modal dialog. Executing manually th

Re: [wtr-general] Question on how to access Selenium interfaces from something created by watir-webdriver?

2013-01-31 Thread Željko Filipin
On Thu, Jan 31, 2013 at 1:08 AM, Arkie wrote: > I'm unsure on what I need to do to to my object to access its Selenium > bits. browser.driver or browser.wd should give you access to webdriver: http://watir.github.com/watir-webdriver/doc/Watir/Browser.html#driver-instance_method Željko -- http

Re: [wtr-general] Re: Watir-Classic 3.4.0 Released!

2013-01-31 Thread Ste
Hi Željko, the Ruby code write a number in the textbox id="ctl00_NetWor_txtNumber" and onchange event open a modal dialog. Executing manually the statements at lines 1), 4), 5) form IRB I dont' have errors. Executing Ruby I get error at line 4) This is the relevant HTML This is the relevan