[Wtr-general] NoMethodError :Undefined method "Process_id" for 1808:Fixnum

2007-06-08 Thread Simba
When i Run Below is code in IRB ,its throwinf error require 'watir' ie=Watir::IE.start("www.google.com") Error : NoMethodError :Undefined method "Process_id" for 1808:Fixnum Please some body tell me why this error is coming? Before Going into IRB , I had installed Win32-process 0.4.0 & Watir-1

Re: [Wtr-general] NoMethodError :Undefined method "Process_id" for 1808:Fixnum

2007-06-08 Thread Charley Baker
You might try updating the win32-process gem. Latest version is 0.5.2. There was a similar posting on the win32-process list on rubyforge. That may or may not resolve the issue. -Charley On 6/8/07, Simba <[EMAIL PROTECTED]> wrote: When i Run Below is code in IRB ,its throwinf error require 'wa

Re: [Wtr-general] NoMethodError :Undefined method "Process_id" for 1808:Fixnum

2007-06-13 Thread Bret Pettichord
Simba wrote: > When i Run Below is code in IRB ,its throwinf error > require 'watir' > ie=Watir::IE.start("www.google.com") > > Error : > NoMethodError :Undefined method "Process_id" for 1808:Fixnum > > Please some body tell me why this error is coming? > > Before Going into IRB , I had installed