Re: [Wtr-general] hi, how to get TOOLTIP

2007-04-10 Thread Željko Filipin
On 4/7/07, Maloy kanti debnath [EMAIL PROTECTED] wrote: how can I make sure that the tooltip, no matter whether it is present in the title of the enclosing 'span' or not, gets displayed on the screen, when the mouse is hovered over the link. Hi Maloy, The answer is very simple. If span tag

Re: [Wtr-general] How To Deal With External CSS Files....ink All

2007-04-10 Thread Željko Filipin
On 4/9/07, san [EMAIL PROTECTED] wrote: As I Can See Just 2 Of Them In HTML Code, But In Firefox I Can See At Least 6 Or 7 Of Them This is because some frames contain another frames. First, you find root frames. irb(main):007:0 ie.show_frames there are 2 frames frame index: 1 name:

Re: [Wtr-general] How To Deal With External CSS Files....ink All

2007-04-10 Thread san
Thanks... zeljko Yes Now I Can Find All The Frames... ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Everyday Scripting with Ruby (the book)

2007-04-10 Thread George Hawthorne
Hi Željko, I was also a reviewer and I live in the UK. Daniel sent me a copy about two months ago. I'd guess yours got lost in the post. George Hawthorne On 10 Apr 2007, at 08:45, Željko Filipin wrote: I was reviewer, and over two months ago I received an e-mail from Daniel Steinberg

Re: [Wtr-general] Accessing elements between DIV tags

2007-04-10 Thread Željko Filipin
Hi Daniel, This is how you can flash each link from the second div. ie.div(:class, bottom_menu).links.each {|link| link.flash} Zeljko -- ZeljkoFilipin.com ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Everyday Scripting with Ruby (the book)

2007-04-10 Thread Walter Kruse
I was also a reviewer, but I purchased my copy myself. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Hawthorne Sent: 10 April 2007 10:52 AM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Everyday Scripting with Ruby (the book) Hi

Re: [Wtr-general] Everyday Scripting with Ruby (the book)

2007-04-10 Thread Željko Filipin
On 4/10/07, Walter Kruse [EMAIL PROTECTED] wrote: I was also a reviewer, but I purchased my copy myself. I was thinking of buying it, but they said I would receive one for free, so I am waiting and waiting... :) -- ZeljkoFilipin.com ___ Wtr-general

[Wtr-general] Selecting value from a List displayed through Autoextender

2007-04-10 Thread rkkanneganti
I have a particular field in which values are displayed through Auto extender (.net) ie in the field if i start entering alphabets like A or a a drop down list of names starting with A or a will be displayed. Likewise if i enter R or r next to A or a list of names starting with AR or ar will

Re: [Wtr-general] How to run all the steps defined in a method even if any of step fails?

2007-04-10 Thread Charley Baker
You can also pull the assertions file and use it with Watir 1.4.1. https://svn.openqa.org/svn/watir/trunk/watir/watir/assertions.rb Download this file, put it in your watir/watir directory and use it the same way I mentioned in my previous mail. -Charley On 4/10/07, Paul Carvalho [EMAIL

Re: [Wtr-general] How to run all the steps defined in a method even if any of step fails?

2007-04-10 Thread Paul Carvalho
You're repeating yourself, Charley. ;-) This new assertions.rb covers one aspect of what Watir User asked but not the other: Its not only related to assertions .. . That's why I described a general Ruby construct for recovering from methods regardless of what Watir version you're using.

[Wtr-general] Watir - Logger - Log Files

2007-04-10 Thread mark
Hi all, I've only been doing this for a few months, script writing and all, and have found the going slow at times. I'd thought I'd post some lines from a script of mine to help others getting started out there. This portion of script may contain a line or two of helpful code if you are

[Wtr-general] OT: selenium ajax testing tool released

2007-04-10 Thread Charley Baker
This is an offtopic post on Selenium and a recent release from TIBCO with an ajax testing framework: http://ddj.com/198702228;jsessionid=OP1CXLIHSLECCQSNDLPCKH0CJUNN2JVN? Thoughts? -charley ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] OT: selenium ajax testing tool released

2007-04-10 Thread Chris McMahon
On 4/10/07, Charley Baker [EMAIL PROTECTED] wrote: This is an offtopic post on Selenium and a recent release from TIBCO with an ajax testing framework: http://ddj.com/198702228;jsessionid=OP1CXLIHSLECCQSNDLPCKH0CJUNN2JVN ? Thoughts? It's weird that it's from TIBCO, who sell EAI products and

Re: [Wtr-general] Selecting value from a List displayed through Autoextender

2007-04-10 Thread rkkanneganti
Thank Q for the response charley.. Autocompleting is what i meant autoextender. The example which you have given is working to the extent of entering the words AL in the text field and showing the list containing names starting with AL. Further it is not working and throwing a exception. Here