[wtr-general] Re: Help on updating the Watir website with ChromeWatir info

2009-01-20 Thread sai
Charley Baker, Alister Scott and Alan Baird... Can anyone help me Regards, Sai On Jan 20, 2:29 am, Bret Pettichord b...@pettichord.com wrote: I have handed over responsibility for the Watir website to Charley Baker, Alister Scott and Alan Baird. Bret sai wrote: Hi, Is it possible

[wtr-general] Re: one click installer for watir gem

2009-01-20 Thread sai
There won't be one click installer. But since gem is the default package management for ruby goto commandline and type gem install watir -y. This will install watir and all its dependencies... On Jan 20, 10:31 am, Pallavi Sharma write2pall...@gmail.com wrote: Hi is there any one click

[wtr-general] Re: Browser type

2009-01-20 Thread JArkelen
Thanks! On Jan 19, 4:01 pm, bwaybandit lenridge...@gmail.com wrote: if u have 1.6.2 installed, you can use the set your browser option using: Watir.options[:browser]='firefox'    (firefox, ie and safari are your options) Watir.options[:browser] will give you whatever you set it to. On

[wtr-general] Re: Menu tree navigation in firefox

2009-01-20 Thread Angrez Singh
Try inserting sleep statement so that your tree loads then you try clicking the node. - Angrez On Mon, Jan 19, 2009 at 11:47 AM, Hemalatha Sivasubramaniam hema.wa...@gmail.com wrote: Hi Tiffany, Thanks for the info. I Have a menu tree and i'm not able to navigate through it. The

[wtr-general] Re: using a table cell variable

2009-01-20 Thread aidy lewis
2009/1/17 wesley chen cjq@gmail.com: Try : row = checkbox_id.match(/\d\d/).to_i row = checkbox_id.match(/\d\d/).to_s.to_i Aidy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to

[wtr-general] Re: Help on updating the Watir website with ChromeWatir info

2009-01-20 Thread Charley Baker
Hi Sai, I'll update the watir pages at rubyforge: http://wtr.rubyforge.org. You can update the wiki on OpenQA yourself if you'd like. And if anyone else would like to volunteer to help out with the wiki, feel free to jump in. Charley Baker blog: http://charleybakersblog.blogspot.com/ Lead

[wtr-general] Re: checking if a lightbox is showing

2009-01-20 Thread Paul Rogers
it depends how it is displayed or hidden. In the app I work on things are often moved off the visibile part of the screen by setting the css position to -1000, -1000 Paul On Tue, Jan 20, 2009 at 1:48 PM, Richard Lawrence rslawre...@gmail.com wrote: Has anyone found a good way to determine

[wtr-general] Re: checking if a lightbox is showing

2009-01-20 Thread Richard Lawrence
Thanks for the nudge in the right direction. In this app it's using display: none to hide the lightbox, so I was able to check for that. Richard On Tue, Jan 20, 2009 at 1:56 PM, Paul Rogers paul.rog...@shaw.ca wrote: it depends how it is displayed or hidden. In the app I work on things are

[wtr-general] Re: Recognizing the Search Text Box

2009-01-20 Thread wesley chen
Please try the code below. require 'watir' $ie=Watir::IE.attach(:title,//) $ie.text_field(:name,'q').flash $ie.text_field(:name,'q').set(Google search) $ie.button(:value,/Search/).click Thanks. Wesley Chen. On Wed, Jan 21, 2009 at 7:47 AM, ST stan...@lijit.com wrote: div id=pvssearchbox

[wtr-general] Agile testing book

2009-01-20 Thread Charley Baker
Hi all, There are a few books that I recommend having on your shelf, this is one. I've just ordered this book, and am looking forward to reading it. http://www.amazon.com/Agile-Testing-Practical-Addison-Wesley-Signature/dp/0321534468/ref=sr_1_1?ie=UTF8s=booksqid=1232509742sr=8-1 This looks to

[wtr-general] Agile testing book

2009-01-20 Thread Charley Baker
Hi all, There are a few books that I recommend having on your shelf, this is one. I've just ordered this book, and am looking forward to reading it. http://www.amazon.com/Agile-Testing-Practical-Addison-Wesley-Signature/dp/0321534468/ref=sr_1_1?ie=UTF8s=booksqid=1232509742sr=8-1 This looks to

[wtr-general] Re: Agile testing book

2009-01-20 Thread sai
Cool.. I am planning to buy one. As well Gojko's book on Bridging the communication gap is also good. Regards, Sai http://code.google.com/p/chrome-watir http://code.google.com/p/flash-watir On Jan 21, 9:04 am, Charley Baker charley.ba...@gmail.com wrote: Hi all,  There are a few books that