Re: [Wtr-general] find min/max values in an array of floats

2007-05-09 Thread Bernard Kenik
> Message: 4 > Date: Tue, 8 May 2007 23:18:00 -0600 > From: "Chris McMahon" <[EMAIL PROTECTED]> > Subject: [Wtr-general] OT: find min/max values in an array of floats > To: wtr-general@rubyforge.org > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=fl

[Wtr-general] Controlling a Browser's Menubar (or whatever it is called)

2007-04-20 Thread Bernard Kenik
I have a script which: 1. goes to a site 2. moves to the login page 3. login 4. moves to an interactive database 5. specify the desired data by means of checkboxes, select_lists, and buttons 6. the result is the specified data displayed in a table. What I would prefer to do at this point is to d

[Wtr-general] watir unit tests

2007-04-19 Thread Bernard Kenik
I have installed Watir gem 1.5.1.1164 (actually 1165) results of core_tests.rb C:\ruby\lib\ruby\gems\1.8\gems\watir-1.5.1.1164\unittests>core_tests.rb Loaded suite C:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1164/unittests/core_tests Started ..

Re: [Wtr-general] Watir / Ruby / Mysql

2007-03-23 Thread Bernard Kenik
Adam & Paul, > > Thanks for responding. I was just reading the prerequisites section for > the > Ruby DBI, and it says: > > "...you'll need to have both the Ruby MySQL module and the C API > installed." > > Can you tell me where I can find these packages? > > Paul mysql module ==> gem install

Re: [Wtr-general] A Different WIN32OLERuntimeError (Ruby)

2007-02-07 Thread Bernard Kenik
I know that I am a newcomer to this thread...so please excuse the buttin. I do not seem to have any problem starting Internet Explorer using ruby. >> require 'win32ole' => true >> ie = WIN32OLE.new("InternetExplorer.Application") => #(WIN32OLE:0x312facc) >> ie.visbible = TRUE => true an empty IE

[Wtr-general] newbie needs help to get past step 1.

2007-02-05 Thread Bernard Kenik
I have installed Watir via the Windows Installer for Watir 1.4.1 link. (http://rubyforge.org/frs/download.php/5677/watir-1.4.1.exe) This is my first script: watir_cboe.rb: === #!c:/ruby/bin/ruby -w # -*- coding: ISO-8859-1 -*- require 'watir' incl