[wtr-general] watir-webdriver unable to detect firefox

2011-10-18 Thread tester
hi i am using ruby 1.8.6 and gems watir (1.6.7, 1.5.6) watir-webdriver (0.1.7) and i tried to execute domo program require 'watir-webdriver' browser = Watir::Browser.new :firefox browser.goto http://google.com; browser.text_field(:name = 'q').set(WebDriver rocks!)

[wtr-general] Re: handling Javascript/CSS menus in watir

2010-04-30 Thread Tester
browser.link(:title, 'Banking Financial Services').click On Apr 29, 5:10 am, Tester joeni...@gmail.com wrote: On Apr 29, 4:05 pm, Tester joeni...@gmail.com wrote: Hi I am trying to generate watir script for web application with CSS/ Javascript menus. on giving show_links

[wtr-general] handling Javascript/CSS menus in watir

2010-04-29 Thread Tester
Hi I am trying to generate watir script for web application with CSS/ Javascript menus. on giving show_links, showAllObjects drop down menu links does not get displayed. After i place the mouse of the menu if i give ie.show_links all links get displayed. I tried using fire_event -

[wtr-general] need help on how to close the new windows

2009-12-30 Thread Tester
i am running a watir script on a url. The script opens pdf documents in new windows. There are more that 100 pdf files on opening each in new window the window hangs and I am not able to run the entire script. Can some one help me out in this. Is there a method such as ie.close to close the new

[wtr-general] RubyGem version error | Builder error.

2008-10-27 Thread High Bits Perf Tester
When running through the tutorial Im getting this error: C:/Apps/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error': RubyGem version error: hoe(1.7.0 not = 1.8.1) (Gem::LoadError) I saw an eariler post say that this was needed to be done: just needed to do: gem install