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

2008-10-28 Thread Anna Gabutero
The rdoc generation error doesn't really matter. It looks like you need to update hoe too (gem update hoe). High Bits Perf Tester wrote: 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

[wtr-general] Re: Please guide about watir-Ruby

2008-12-08 Thread Anna Gabutero
On Mon, Dec 08, 2008 at 01:55:22AM -0800, Parul wrote: Hi, I’m a new user of Watir-Ruby. I’ve installed it on my machine n while executing I’m getting an error. ruby e1.rb c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to

[wtr-general] Re: figured it out Re: stupid install problem

2008-12-26 Thread Anna Gabutero
On Fri, Dec 26, 2008 at 02:43:39PM -0700, Lisa Crispin wrote: I had to add RUBYOPT -rubygems to my environment variables - I have NO memory of ever doing that before, did Watir or Ruby change, or are my brain cells just dying off faster than usual? Sigh. The one-click installer should have

[wtr-general] Re: Framework

2008-12-26 Thread Anna Gabutero
On Fri, Dec 26, 2008 at 10:19:29AM -0800, watirpuppy wrote: I think the core framework(s) are: test-unit rspec both gems to install in your ruby environment. Test::Unit is a standard ruby library. There's no need to install it as a gem. - Anna

[wtr-general] Re: Pulling hair out on screen scraping

2009-01-03 Thread Anna Gabutero
Hi Michael, On Sat, Jan 03, 2009 at 10:31:38AM -0800, Bissquitt wrote: Regarding documentation, I read the Tutorial all the way through but it only hit on a few specific examples leaving out other commands all together. I've visited MANY ruby and watir sites and never once saw the .span

[wtr-general] Re: How to automate site with Captcha?

2009-03-07 Thread Anna Gabutero
Margam, it's possible if you have server-side access to the web application. Then you can peek at where the app stores the captcha code (since it has to be stored somewhere so the app can compare with the value you entered) and provide that value to the form. Captcha implementations vary, so

[wtr-general] Re: IE instance problem

2009-04-01 Thread Anna Gabutero
P.S. Starting your variable names with $ turns them into global variables. Avoid doing so unless you really need it. - Anna --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: IE instance problem

2009-04-01 Thread Anna Gabutero
return { key.to_sym, value } } end That's not the most elegant of code, but you get the idea. HTH, Anna On Apr 1, 11:06 am, Anna Gabutero a...@lavabit.com wrote: On Tue, Mar 31, 2009 at 09:07:29PM -0700, Vikas Tulashyam wrote: Hi firends, Please help me. Thanks Vikas

[wtr-general] Re: Flash with watir

2009-04-06 Thread Anna Gabutero
Also, keep in mind that FlashWatir is not a universal solution to testing Flash. It can only see the functions that the Flash app chooses to expose to JavaScript. So testing a random app on the web isn't likely to work; testing an in-house app will require talking to your developers about

[wtr-general] Re: Can I get the content in the boolean left and right value??

2009-04-07 Thread Anna Gabutero
On Wed, Apr 08, 2009 at 01:10:57PM +0800, Wesley Chen wrote: Hi, All, Suppose I would like to write a method like. def test(boolean, message) if boolean puts message else puts boolean.left_value puts boolean.right_value end end

[wtr-general] Re: how do i check ads/images present on the web page and loading fine

2009-04-27 Thread Anna Gabutero
Hi Yogesh, Try reading: http://wiki.openqa.org/display/WTR/Support On Mon, Apr 27, 2009 at 05:52:52AM -0700, yogesh wrote: I need to check all the ads/images present on the webpage.They all are coming from different locations,need to verify ,all images are loading fine,no 404/302 error,

[wtr-general] Re: require function is not working

2009-06-14 Thread Anna Gabutero
On Sat, Jun 13, 2009 at 05:50:19AM -0700, Chethan wrote: I am using require earlier, I even make sure that when I call the file present working directory is same, as I said earlier I was using this type of frame work earlier it was working absolutely well. I tried many a times, more over I

[wtr-general] Re: how to install watirloo

2009-06-14 Thread Anna Gabutero
On Sun, Jun 14, 2009 at 01:10:56PM +0800, 王博天 wrote: HI: I want to install watirloo, when i using gem install to install it ,there is a error ,like below C:\watirloogem install watirloo ERROR: could not find gem watirloo locally or in a repository please help me

[wtr-general] Re: graph/charts

2009-08-05 Thread Anna Gabutero
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 (metrics) to graph/charts ect? Take a look at Gruff: http://nubyonrails.com/pages/gruff

[wtr-general] Re: Not able to run CMS installer if object is already attached to its url

2009-09-16 Thread Anna Gabutero
On Wed, Sep 16, 2009 at 03:34:05AM -0700, Arpita Jain wrote: Hi all, I created a watir object and attached it to my CMS's url. Then I run the CMS installer, it worked fine in the starting but while refreshing environment it hanged. To make installer moving ahead I have to stop the

[wtr-general] Re: I'm looking for a way to count all PageTo(*) elements or to loop until the bullet_search_white_small.gif doesn't exist in the page

2009-09-16 Thread Anna Gabutero
On Wed, Sep 16, 2009 at 09:04:31AM -0700, Guy wrote: to all watir wiz, Would love to get support: puts ie.div(:id, resultsList).text could be used to get a long (correct) list all the right divs. I would like to get the the values (Test Analyst Load Runner', 'Fri 11 Sep', 'Excellent

[wtr-general] Re: I'm looking for a way to count all PageTo(*) elements or to loop until the bullet_search_white_small.gif doesn't exist in the page

2009-09-18 Thread Anna Gabutero
On Thu, Sep 17, 2009 at 09:22:19AM -0700, Guy wrote: 1). How can I get the text out of em tag for each div? that tag seems as not supported. The latest git version supports em: http://github.com/bret/watir/commit/1a8e3368b7e7ce790f8a596a7d8bcefe0f937407

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-05 Thread Anna Gabutero
On Mon, Oct 05, 2009 at 05:46:10PM +0530, venkat wrote: Hi, I got the following error and my script fails to identify the list item, can't click the Select button and Logout too fails. Can anyone please help me. HTTP Status 500 - This is a problem with the application you're testing,

[wtr-general] Re: New to Watir Scripting

2009-10-30 Thread Anna Gabutero
On Fri, Oct 30, 2009 at 02:18:58AM -0700, Anuradha wrote: How to pass data from Open office org sheet to a application..Need clear information about the data driven Please read: * http://wiki.openqa.org/display/WTR/Support * http://tinyurl.com/6x7j35

[wtr-general] Re: gem update --system is disabled on Debian

2009-11-05 Thread Anna Gabutero
On Wed, Nov 04, 2009 at 11:00:08PM -0800, Marlon wrote: Hi, I'm getting this error: While executing gem ... (RuntimeError) gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get. when doing system