Hello,

This code below works for me on xp sp3, dunno rly why :)

begin
  ie = Watir::IE.new
rescue Exception e
  begin
    ie = Watir::Browser.new
  rescue Exception e
    puts "#{e}"
  end
end

Regards,

Le vendredi 7 septembre 2012 23:49:04 UTC+2, Željko Filipin a écrit :
>
> On Fri, Sep 7, 2012 at 5:15 PM, Emanuele Mandaglio 
> <[email protected]<javascript:>> 
> wrote:
> > ffi (1.1.5)
> > 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.1.0/lib/watir-classic/browser.rb:89:in
>  
> `eval': Function '_get_errno' not found in [msvcrt.dll] (FFI::NotFoundError)
>
> This looks like a problem with ffi gem. We had problems with that gem 
> before. Try upgrading or downgrading the gem. Let us know if you do not 
> know how to do that.
>
> Željko
> --
> filipin.eu 
>  

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to