[wtr-general] Re: Error while running Script

2013-03-15 Thread Chuck van der Linden
Any particular reason to use such an old version of Watir? On Wednesday, December 5, 2012 4:59:53 AM UTC-8, Ashish wrote: Hello! I am using ruby 1.9.3 with watir 1.8.1 for testing an application. However i am getting Error undefined method `add_assertion' for class `Watir::TestCase'

Re: [wtr-general] Re: Error on running script for first time

2011-02-24 Thread Ċ½eljko Filipin
On Thu, Feb 24, 2011 at 9:47 AM, Ashu ashay.n...@gmail.com wrote: On installing watir-webdriver gem... Sorry, thought this was another thread. :) ERROR: http://rubygems.org/ does not appear to be a repository What do you get for `gem sources`? I get this: $ gem sources *** CURRENT SOURCES

[wtr-general] Re: Error on running script for first time

2011-02-24 Thread Ashu
On installing watir-webdriver gem... C:\Ruby186\gemsgem install watir-webdriver ERROR: http://rubygems.org/ does not appear to be a repository Building native extensions. This could take a while... ERROR: Error installing watir-webdriver: ERROR: Failed to build gem native extension.

Re: [wtr-general] Re: Error on running script for first time

2011-02-24 Thread Tim Koopmans
186 ruby has an old version of rubygems. Try using 187 version of ruby or update rubygems manually. Instructions are at Watir.com under installation. Regards, Tim Sent from my mobile ... On 24/02/2011, at 7:47 PM, Ashu ashay.n...@gmail.com wrote: On installing watir-webdriver gem...

Re: [wtr-general] Re: Error on running script for first time

2011-02-24 Thread Jari Bakken
On Thu, Feb 24, 2011 at 9:47 AM, Ashu ashay.n...@gmail.com wrote: Looks like it's trying to install ffi 1.0.6: Gem files will remain installed in C:/Ruby186/lib/ruby/gems/1.8/gems/ ffi-1.0.6 f or inspection. Results logged to C:/Ruby186/lib/ruby/gems/1.8/gems/ffi-1.0.6/ext/ ffi_c/gem_make

[wtr-general] Re: Error while running script

2010-12-03 Thread Super Kevy
My First suprise was the lack of html standard/recommendation for the name element in page under test Ref: http://www.w3.org/TR/html401/types.html#type-cdata ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (-),

[wtr-general] Re: Error in running script

2009-07-03 Thread John Kolokotronis
You'll need the require statement, don't remove it. Try updating your gem system with: gem update --system And failing that, try updating windows-pr with: gem update windows-pr I currently have version 0.9.6 installed and working fine with watir 1.6.2. Regards, John