[wtr-general] Re: Help Object repository

2009-03-06 Thread JArkelen
Why not build one yourself? It is not that difficult, I did it in ou project. Just make a file where you store the logical names of the objects, together with the identifiers and the physical names. And instead of directly clicking on a link, you use the logical name in your script and redirect it

[wtr-general] Re: How to set priority in outlook mail

2009-03-06 Thread Angrez Singh
I am not sure if this is the correct list for asking question regarding Outlook. I have send you a mail offline. From next time please post only the question regarding the to the list. - Angrez On Fri, Mar 6, 2009 at 11:07 AM, prasoona alluri wrote: > Hi All, > > How to set priority in Outlook

[wtr-general] script for CSS html elements using Ruby watir.

2009-03-06 Thread suri
Iam trying to click on add button using Ruby watir .But here iam getting the error as "Unabel to recognize" iam using below code for above html source code. $ie.button(:name, "addbutton").click $ie.button(:value,

[wtr-general] script for div class using ruby watir

2009-03-06 Thread suresh babu
Iam trying to click on add button using Ruby watir .But here iam getting the error as "Unabel to recognize" iam using below code for above html source code. $ie.button(:name, "addbutton").click $ie.button(:value, "Add" ).click

[wtr-general] Re: script for div class using ruby watir

2009-03-06 Thread wesley chen
I tried you methods, they are all OK. Thanks. Wesley Chen. On Fri, Mar 6, 2009 at 10:05 PM, suresh babu wrote: > > > > > > > > > > > > > > Iam trying to click on add button using Ruby watir .But here iam > getting the error as "Unabe

[wtr-general] Re: script for div class using ruby watir

2009-03-06 Thread suresh babu
Hi What is the ruby script i have to use. On Fri, Mar 6, 2009 at 7:35 PM, suresh babu wrote: > > > > > > > > > > > > > > Iam trying to click on add button using Ruby watir .But here iam > getting the error as "Unabel to recognize" > i

[wtr-general] Re: script for div class using ruby watir

2009-03-06 Thread bwaybandit
are those div tags within a frame? On Mar 6, 9:21 am, suresh babu wrote: > Hi > >  What is the ruby script i have to use. > > On Fri, Mar 6, 2009 at 7:35 PM, suresh babu wrote: > >   > > >             > > >               > > >               > > >               > > > Iam trying to click on a

[wtr-general] Re: Watir can't find button inside iframe

2009-03-06 Thread bwaybandit
have u tried pointing to the frame and then walking down the dom? eg: ie.frame(:name, 'xxx').button(:id, 'asdsa').click On Mar 5, 1:27 pm, James wrote: > I'm just getting into Watir and finding I can do all sorts of great > things with it.  However, I can't seem to get it to find a button > wit

[wtr-general] Re: Watir users: What is your role at work?

2009-03-06 Thread Trevor
My testing background stems from 20 years of hardware testing and QA before moving into software QA. Currently my role is both Technical Support and QA (now also QA Manager). I am the only person in the team who uses WATIR, simply because the product I have responsibility for is the only one that

[wtr-general] Re: Error while running popup script on eclipse

2009-03-06 Thread Jim Matthews
I believe what you are seeing is a problem that several of us are seeing with click_no_wait. The main symptom is that you see the button or link flash but no popup comes up. Since it works for some of us with the same Ruby / Watir combination, I think it must be some sort of system setting that

[wtr-general] Re: ie.test_field(name,"man").value.to_s / Passing result to a parameter

2009-03-06 Thread Mark Anderson
> passing? > Thanks I take my ans off the board > > > > > __ Information from ESET NOD32 Antivirus, version of virus > signature database 3911 (20090305) __ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com >

[wtr-general] Not able to install Watir !

2009-03-06 Thread Watir
I have installed Ruby 1.8.5. I have admin rights but still having issues in installing the watir, i am getting error message , when I execute the below command in command prompt. gem update --system Following Error message is getting displayed Error : http://gems.rubyforge.org/ does not appear t

[wtr-general] Re: Not able to install Watir !

2009-03-06 Thread Charley Baker
Sounds like a proxy problem. Check the wiki for installing rubygems behind a proxy. Charley Baker blog: http://blog.charleybaker.org/ Lead Developer, Watir, http://wtr.rubyforge.org QA Architect, Gap Inc Direct On Fri, Mar 6, 2009 at 9:30 AM, Watir wrote: > > I have installed Ruby 1.8.5. I h

[wtr-general] Re: Not able to install Watir !

2009-03-06 Thread Zhimin
Try http://itest2.com/articles/2009/02/27/easy-setup-watir-with-pror-on-windows/ On Mar 7, 2:30 am, Watir wrote: > I have installed Ruby 1.8.5. I have admin rights but still having > issues in installing the watir, i am getting error message , when I > execute the below command in command pr

[wtr-general] Re: Help Object repository

2009-03-06 Thread SQAPro
On Mar 5, 8:43 pm, Vikas Tulashyam wrote: > Hi, > You are right, Watir doesn't support object repository concept and > even you can't spy the object properties. IMHO that's not accurate at all. Watir is not DEPENDENT on an object repository, as are some other tools. it doesn't implement one be

[wtr-general] Re: installing watir behind a firewall on Windows

2009-03-06 Thread MatchBook
Al, It necessary for me to specify the cache directory? (Or can you confirm for where the correct place is to place the cache directory?) Here is what I have tried so far: p:\Jeff>gem install watir -l ERROR: While executing gem ... (RuntimeEr Error instaling watir: watir requires c

[wtr-general] Re: ie.test_field(name,"man").value.to_s / Passing result to a parameter

2009-03-06 Thread maximore
sion of virus > > signature database 3911 (20090305) __ > > > The message was checked by ESET NOD32 Antivirus. > > >http://www.eset.com > > > __ Information from ESET NOD32 Antivirus, version of virus > > signature database 3913 (20090306) __ >

[wtr-general] Re: ie.test_field(name,"man").value.to_s / Passing result to a parameter

2009-03-06 Thread maximore
t; > >   I get  dynamic error message . any idea how to go about > > > passing? > > >   Thanks I take my ans off the board > > > > __ Information from ESET NOD32 Antivirus, version of virus > > > signature database 391

[wtr-general] Re: installing watir behind a firewall on Windows

2009-03-06 Thread Bret Pettichord
Doing a local gem will only work if you have *all* the gems that Watir requires available locally. This number is rapidly increasing. To me this is not a practical option. Better would be just to install on a machine with network access and then copy the entire ruby directory. Bret MatchBook