[wtr-general] JsshSocket::JSTypeError: this.docShell is null

2010-05-15 Thread anna barbara ostrowska
Hi there, I have non deterministic problem with scripts running on FF3.6 windows xp. JsshSocket::JSTypeError: this.docShell is null c:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/jssh_socket.rb:12:in `js_eval'

[wtr-general] Watir::Exception::UnknownObjectException: Unable to locate element, using :class 'xyz '

2010-03-01 Thread anna barbara ostrowska
Hi there, When I try to locate and click 'div' element using 'class' @browser.div(:class,'xyz').click following error occurs Watir::Exception::UnknownObjectException: Unable to locate element, using :class 'xyz' Any ideas how to solve it? Thanks in advance. Anna -- You received

Re: [wtr-general] Watir::Exception::UnknownObjectException: Unable to locate element, using :class 'xyz '

2010-03-01 Thread anna barbara ostrowska
: - :update_sources = true - :verbose = true - :benchmark = false - :backtrace = false - :bulk_threshold = 1000 - REMOTE SOURCES: - http://gems.rubyforge.org/ Anna 2010/3/1 Ċ½eljko Filipin zeljko.fili...@wa-research.ch On Mon, Mar 1, 2010 at 11:58 AM, anna barbara ostrowska

Re: [wtr-general] c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- unittests/setup/lib (LoadError)

2010-01-26 Thread anna barbara ostrowska
, Jan 24, 2010 at 6:40 AM, anna barbara ostrowska ab.ostrow...@gmail.com wrote: Hi When I try to run unittests all_tests.rb there is following error C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.5\unittestsall_tests.rb c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31

[wtr-general] c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- unittests/setup/lib (LoadError)

2010-01-24 Thread anna barbara ostrowska
Hi When I try to run unittests all_tests.rb there is following error C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.5\unittestsall_tests.rb c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- unittests/setup/lib (LoadError) from

[wtr-general] Re: ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem watir locally or in a repository

2009-08-14 Thread anna barbara ostrowska
%3F Charley Baker blog: http://blog.charleybaker.org/ Lead Developer, Watir, http://wtr.rubyforge.org QA Architect, Gap Inc Direct On Mon, Aug 10, 2009 at 11:24 AM, anna barbara ostrowska ab.ostrow...@gmail.com wrote: Hi guys, I was trying to install watir on windows. However after

[wtr-general] Re: ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem watir locally or in a repository

2009-08-14 Thread anna barbara ostrowska
-HowdoIgeminstallWatirbehindaproxyserver%3F Charley Baker blog: http://blog.charleybaker.org/ Lead Developer, Watir, http://wtr.rubyforge.org QA Architect, Gap Inc Direct On Mon, Aug 10, 2009 at 11:24 AM, anna barbara ostrowska ab.ostrow...@gmail.com wrote: Hi guys, I was trying

[wtr-general] ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem watir locally or in a repository

2009-08-10 Thread anna barbara ostrowska
Hi guys, I was trying to install watir on windows. However after typeing 'gem install watir' I have experienced following error: ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem watir locally or in a repository Any ideas how to deal with it? Thanks

[wtr-general] Re: graph/charts

2009-08-05 Thread anna barbara ostrowska
thx guys 2009/8/4 George george.sand...@gmail.com Might want to check out this site: http://rubyonwindows.blogspot.com/ On Aug 4, 12:38 pm, anna barbara ostrowska ab.ostrow...@gmail.com wrote: Hi there, Can you recommend me any tool/ruby library that allows me convert data

[wtr-general] graph/charts

2009-08-04 Thread anna barbara ostrowska
Hi there, Can you recommend me any tool/ruby library that allows me convert data (metrics) to graph/charts ect? Thanks in advance. Anna --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to

[wtr-general] Re: NoMethodError: undefinied method 'goto' for # Watir::IE:0x3294480

2009-02-06 Thread anna barbara ostrowska
that doesn't use your framework (open-coding). Bret anna barbara ostrowska wrote: Yes, sure Loaded suite All Tests Started EE Finished in 0h 0m 0s 1) Error: test_send_public_gift(TC_Send_Private_Gift): NoMethodError: undefined method `goto' for #Watir::IE:0x3294480 C:\Documents

[wtr-general] Re: NoMethodError: undefinied method 'goto' for # Watir::IE:0x3294480

2009-02-03 Thread anna barbara ostrowska
Yes, sure Loaded suite All Tests Started EE Finished in 0h 0m 0s 1) Error: test_send_public_gift(TC_Send_Private_Gift): NoMethodError: undefined method `goto' for #Watir::IE:0x3294480 C:\Documents and Settings\anna\Desktop\ruby\Gifts/Wayn/user.rb:12:in `login' C:\Documents and

[wtr-general] Re: NoMethodError: undefinied method 'goto' for # Watir::IE:0x3294480

2009-02-03 Thread anna barbara ostrowska
There is require 'watir' --- require 'watir' class BrowserFactory def BrowserFactory.create browser = Watir::Browser.new begin browser.speed = :zippy browser.bring_to_front rescue NoMethodError end

[wtr-general] Re: how can we click an image button

2008-12-30 Thread anna barbara ostrowska
Hi there! For example: ie.image(:id, 'x').fire_event('onclick') 2008/12/30 Parul parul...@gmail.com Hi all, Can anyone tell me how we can click an image in ruby for watir. I used the below syntax: ie.image(:src, xyz.gif).click Is it correct?? Thanks Parul

[wtr-general] Re: set watir_browser=ie is not working

2008-12-11 Thread anna barbara ostrowska
HI there! Default browser fof Windows is IE therefore you do not have define this browser if you are on windows. If you want to run your script on FF simply in commant prompt set watir_browser=firefox 2008/12/11 Margam nk.mar...@gmail.com HI All, I am trying to write one script that will work

[wtr-general] Re: no such file to load -- watir (LoadError)

2008-12-08 Thread anna barbara ostrowska
Hi there! Add to script require 'rubygems', I had the same problem and it helps :) 2008/12/8 pallavi shashidhar [EMAIL PROTECTED] Hi there, I have installed Ruby 1.8.6-26 and did a gem update --system and then installed a local watir gem . I installed watir using gem install watir -dir

[wtr-general] Re: Problem with running test scripts on Firefox/3.0.4

2008-12-07 Thread anna barbara ostrowska
Thx, Firefox didnt allow pop up and open tab instead of new window. I have changed setting and it works now:) Thx, again 2008/12/5 Michael Hwee [EMAIL PROTECTED] Did you go and check add-ons and see whether jssh is enabled? - Original Message From: [EMAIL PROTECTED] [EMAIL