Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Watir work under ruby 1.9.1?

Tags:

ruby

winapi

watir

Here is the .rb program:

require 'watir'
b = Watir::Browser.new

the 2nd line will trigger a ""The program can't start because msvcrt-ruby18.dll is missing from your computer!" error.

I am using 1.9.1p378 on win32

ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32]

How can I fix this? Thanks for your attention.

like image 575
ohho Avatar asked Jul 16 '26 21:07

ohho


1 Answers

I think the problem is that one of the win32 gems that Watir is using hasn't been updated to 1.9.1. We've fixed all the 1.9.1 issues we're aware of with the core Watir code.

Bret

like image 55
Bret Pettichord Avatar answered Jul 20 '26 22:07

Bret Pettichord