[wtr-general] Re: Platforms

2009-10-05 Thread karimnumerouno
i have tried using Ruby 1.9.1 on Ubuntu and it worked however the code needs some standard refractoring as there has been a universal change on using when in place of : for decision statements in the user-choice library, modifications there did do the job for me on Ubuntu 9.04 http://isitruby19.

[wtr-general] Re: What is the current support level for Ruby in Watir?

2009-09-18 Thread karimnumerouno
I am so sorry this is the link http://alwaysthecritic.typepad.com/atc/2009/03/install-ruby-191-on-windows.html but watir did not work due to some compilation bug Sorry for the inconvenience Karim Rayani http://karimnuermouno.wordpress.com On Sep 18, 8:51 pm, karim rayani wrote: > sorry to m

[wtr-general] Re: Watir on Ruby 1.9.1

2009-09-16 Thread karimnumerouno
I did a similar thing with firewatir for the user-choices gem, there lies a user-choices folder where in we need to change the syntax within some of the files for every word where there is a When with a colon e.g (When :) we need replace the color with the word “ When then” in ubuntu this is to

[wtr-general] Re: Watir on Ruby 1.9.1

2009-09-16 Thread karimnumerouno
I did a similar thing with firewatir for the user-choices gem, there lies a user-choices folder where in we need to change the syntax within some of the files for every word where there is a When with a colon e.g (When :) we need replace the color with the word “then” in ubuntu this is to be don

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

2009-06-12 Thread karimnumerouno
you have the runit framework that can be used to run testcases in batch mode something similar to JUNIT Test Suite file On Jun 12, 5:06 pm, Chethan wrote: > Hi Every one. > > I just started with new Watir(new version). Earlier I had framework > which use to call all related test cases in one fil

[wtr-general] Re: how to automatically save all the images from a webpage without the dialogs?

2009-06-12 Thread karimnumerouno
Should you not be copying the absolute path location of the image file On Jun 12, 3:44 pm, Encaps wrote: > Hello everybody, > > I try to save all the images from a webpage following this > guide:http://wiki.openqa.org/display/WTR/Save+All+Images+on+a+Webpage > > require 'watir' > browser = Wati

[wtr-general] Re: Firewatir vs watir API

2009-06-01 Thread karimnumerouno
there is another API called commonwatir, if the script is designed in a fashion in which both the browsers are supported then i guess we should not have these browser specific problems On Jun 2, 9:12 am, marekj wrote: > I've noticed that in my tests that parent returns a String in firefox. > Som

[wtr-general] Re: Multiple Attributes for Text Fields

2009-05-30 Thread karimnumerouno
hi could any one share a link our some stuff of multi attribute selection, it there any doc there On May 30, 3:52 am, Al Snow wrote: > Try this:http://wiki.openqa.org/display/WTR/Basic+Authentication > > Thanks, > Al Snow > Linkedin:http://www.linkedin.com/in/alsnow > Google Talk: jasnow1

[wtr-general] Re: Watir Support for Table Header elements?

2009-05-30 Thread karimnumerouno
yeh xpath is the way but for rubyists it is better if we use the HPRICOT library for screen scrapping very powerful On May 30, 4:32 am, Chuck van der Linden wrote: > I have some things happening where I really need to be able to access > things that are defined as a header row (using tags) in a

[wtr-general] Re: Is Watir supports if application has developed with (struts2, JPA, JSP, Ajax, Flash, Google gadgets) technologies.

2009-05-30 Thread karimnumerouno
yeh watir can be used to test any web application as long as the controls on the page are HTML tags also by trying to insert some javascript in the script, on the pages we can do some more magic On May 29, 10:40 am, Narendra Gollapilli wrote: > Hi, > I'm QA Engineer I would like to automate tes

[wtr-general] Re: Looking for Watir Runner

2009-05-15 Thread karimnumerouno
have a try at watircraft it is command line but, it is a nice framework On May 15, 11:48 am, "lokesh.agra...@gmail.com" wrote: > Hi All, > > I am lokking for GUI interface (either web based or any other app) to > invoke ruby scripts. > I checked Rails Runner on > wiki.openqa.org/display/WTR/Rail

[wtr-general] Re: Help needed in automation using Watir

2009-05-15 Thread karimnumerouno
guys, justaddwatir.com this is also a nice help for most frequently asked questions on watir group, it seems to be a very helpful article Karim Rayani On May 15, 2:51 pm, Jarmo Pertman wrote: > On May 15, 7:18 am, Lokesh Agrawal wrote: > > > I found one framework with this approach: JAF (http

[wtr-general] Re: Help needed in automation using Watir

2009-05-14 Thread karimnumerouno
IE developer tool bar is good, but at times the IE browser get stuck some time when the IE developer tool bar is open, i had a problem with the same on vista, firebug is better in that case. On May 15, 9:18 am, Lokesh Agrawal wrote: > Hi All, > > Thanks for the reply. > > I am already using IE d

[wtr-general] Re: Traversing nested elements

2009-05-14 Thread karimnumerouno
i guesss you can xpath or hpricot libraries which are very powerful for screen scrapping From, Karim Rayani On May 14, 7:42 pm, jason wrote: > Gofu, > > I am not quite sure what you need. > > you can select any element and ask it for containing elements. > > for example: > > ff.frame(:ind

[wtr-general] Re: uninitialized constant Windows::API::Error (NameError)

2009-05-01 Thread karimnumerouno
this is the solution perform gem install win32-api --platform x86-mswin32-60 and then gem install windows-pr performing the above steps worked for me On Apr 9, 3:07 am, marekj wrote: > Had the same issue on Windows XP test machine here when upgrading > framework to use watir 1.6.2 and Ruby