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

2009-01-20 Thread Hemalatha Sivasubramaniam
Hi Angrez, Thanks for the reply. After navigating through the menu tree, i click on the child node and a new window opens. i cannot directly attach to the new window. What should i do to access the elements in the new window opened by clicking on the menu tree? Thanks and Regards, Hema

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

2009-01-20 Thread sai
No problem Charley. I will take care of the wiki. Regards, Sai On Jan 20, 9:04 pm, "Charley Baker" wrote: > 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 t

[wtr-general] code prematurely ending.

2009-01-20 Thread Bissquitt
for some reason my code is ending prematurly and I cant figure out why. It happens every time it hits a certain part of the page I'm parsing, but that part has the same format as all the others. Any clue why this is happening? (page source can be found in the url in the code thats not commented)

[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 wrote: > Hi all, > >  There are a few books that I recommend having o

[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=UTF8&s=books&qid=1232509742&sr=8-1 This looks

[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=UTF8&s=books&qid=1232509742&sr=8-1 This looks

[wtr-general] Re: Test Results output capturing

2009-01-20 Thread H2006
Here is the sample code for which i am trying to capture the output. . while running this code, I am not getting any error today but output is still not written to the file. Can u please help begin # Create the new report r = CLReport.new() testReport = r.createReport('C:\\ruby\\results\

[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 wrote: > > > > name

[wtr-general] Recognizing the Search Text Box

2009-01-20 Thread ST
I'm trying to do a simple search test on our site. I'm not identifying the text field correctly as it is not highlighted (in yellow) upon execution of the test. Here's the html where the text box is located: Thanks in advance for your help! Shawn --~--

[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 wrote: > > it depends how it is displayed or hidden. In the app I work on things > are often moved off th

[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 wrote: > > Has anyone found a good way to determine whether or not a light

[wtr-general] checking if a lightbox is showing

2009-01-20 Thread Richard Lawrence
Has anyone found a good way to determine whether or not a lightbox is showing with Watir? Since the lightbox div is always on the page, checking for the existence of particular text or controls returns true either way. Thanks, Richard -- Richard Lawrence Certified Scrum Coach Founder and Princi

[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 Deve

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

2009-01-20 Thread aidy lewis
2009/1/17 wesley chen : > 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 this group, se

[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.

[wtr-general] Re: Browser type

2009-01-20 Thread JArkelen
Thanks! On Jan 19, 4:01 pm, bwaybandit 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 Jan 19, 4:53 am,

[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 wrote: > Hi > > is there any one click installer of watir gem for t

[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 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 to update