[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

Re: [Wtr-general] unknown property or method `readyState'

2007-04-20 Thread Adam Reed
The RPC server unavailable error must be from when I manually close the IE window after the script has stalled out -- so far that I can tell, this is the only way to actually view the error, otherwise ruby/IE will hang out indefinitely. It can be ignored. I did notice that I was able to "jump sta

Re: [Wtr-general] NoMethodError: undefined method `assert_equal' for #

2007-04-20 Thread Ċ½eljko Filipin
Hi Vamsi, Adding require 'test/unit/assertions' include Test::Unit::Assertions to the top of your script should help. Zeljko -- ZeljkoFilipin.com ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] NoMethodError: undefined method `assert_equal' for #

2007-04-20 Thread vamsi
Hi, could anyone help me to resolve this error: NoMethodError: undefined method `assert_equal' for # Thanks in Advance. Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general