Mrunal, You are welcome to read my trials-and-errors (Chapters 51+) on my blog (http://my-ruby-journey.blogspot.com/) dealing with me trying to get watir-webdriver and selenium-webdriver to install cleanly.
I would check first that you have done a "gem update" to get all updates for all gems. I can also do a "gem outdated" to get a list of installed vs. latest gems. FYI, Al Snow Date: Wed, 17 Mar 2010 17:54:32 +0530 From: [email protected] To: [email protected] Subject: Re: [wtr-general] Query regarding chromewatir Hi, when I tried to install gem install selenium-webdriver I got following error selenium-webdriver requires ffi>=0 Then i gave command, gem install ffi-0.6.3 I got following error. Building native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) Error instaling C:\Documents and Settings\Administrator\Desktop\ffi-0.6.3.gem: ERROR: Failed to build gem native extension. ruby extconf.rb install C:\Documents and Settings\Administrator\Desktop\ffi-0.6.3.gem checking for rb_thread_blocking_region()... no creating extconf.h creating Makefile nmake 'nmake' is not recognized as an internal or external command, operable program or batch file. Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/ffi-0.6.3 for inspection. Results logged to c:/ruby/lib/ruby/gems/1.8/gems/ffi-0.6.3/ext/ffi_c/gem_make.out Can anybody tell the steps for installing selenium-webdriver and watir-webdriver?? Regards, Mrunal Željko Filipin wrote: On Wed, Mar 10, 2010 at 11:59 AM, Mrunal <[email protected]> wrote: > I want to test the web applications with google chrome. I am not sure ChromeWatir is in active development any more. Try watir-webdriver, it can drive Chrome: http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/ Željko -- watir.com - community manager pledgie.com/campaigns/2982 - donate to Watir watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them -- You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected] _________________________________________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:WL:en-US:WM_HMP:032010_3 -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
