[wtr-general] Re: It displays error message when I use method bring_to_front.

2008-12-12 Thread Karthikeyan Margam
Hello Richard, When I typed "path" from a command prompt, the PATH did include C:\WINDOWS\system32 What else can I try? Thank you. Margam On Fri, Dec 12, 2008 at 5:15 PM, Richard Lawrence wrote: > > If you type path at the command prompt, does the result include > C:\WINDOWS\system32? > > Richa

[wtr-general] Re: Editing the example "Example Logging" in the Watir Wiki site may be useful for beginners

2009-01-07 Thread Karthikeyan Margam
Hi Alister, Thank you for the update. In future I will follow your instructions. Margam On Tue, Jan 6, 2009 at 10:20 PM, Alister Scott wrote: > > Hi Margam > I have updated and uploaded example_logger1.rb to the wiki: > http://wiki.openqa.org/display/WTR/Example+Logging > In the future you can e

[wtr-general] Re: How to store data from a CSV file into an array

2009-01-13 Thread Karthikeyan Margam
Hello, Thanks for the snippet. IT works. But I guess I should have posed my question differently. The new snippet and the first snippet works great to get every value (from second column) from every row of the CSV file and inserting into an Array. PLease see the attached CSV file. My problem is:

[wtr-general] Re: How to create a Hash Table using CSV or FaterCSV

2009-01-14 Thread Karthikeyan Margam
Hi Alex, Thank you very much for the explanation. Margam On Tue, Jan 13, 2009 at 11:39 PM, Alex Collins wrote: > > My apologies - knocked send whilst getting onto the train. > > In this case, you are using the CSV modules to load strings as key/ > value pairs into a hash. The important bit being

[wtr-general] Re: Need help with verifying if text exists!

2009-01-27 Thread Karthikeyan Margam
Hi Tiffany, Thank you for the quick reply. This definitely helps me. So if I understand this correctly, the verify() method always has the failmessage as the default message. Is my understanding correct? Thank you. Margam On Tue, Jan 27, 2009 at 12:18 PM, Tiffany Fodor wrote: > > Hi Margam! >

[wtr-general] Re: Need help with verifying if text exists!

2009-01-27 Thread Karthikeyan Margam
this. > > -Tiffany > > On Jan 27, 1:36 pm, Karthikeyan Margam wrote: > > Hi Tiffany, > > Thank you for the quick reply. This definitely helps me. > > > > So if I understand this correctly, the verify() method always has the > > failmessage as the