[wtr-general] Re: where was the send method placed in?

2008-10-09 Thread Željko Filipin
On Thu, Oct 9, 2008 at 5:10 AM, bugs apple [EMAIL PROTECTED] wrote: could you tell me which and where the rb file is the Object class placed in? I think he is talking about Ruby's Object class. http://www.ruby-doc.org/core/classes/Object.html Željko --

[wtr-general] Re: Converting Dates Question

2008-10-09 Thread Željko Filipin
On Thu, Oct 9, 2008 at 8:26 PM, Moochie [EMAIL PROTECTED] wrote: Jason, You're suppose to be on vacation. Step away from the computer. Too good not to comment! :) Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: Converting Dates Question

2008-10-09 Thread Jason Trebilcock
On Thu, Oct 9, 2008 at 3:27 PM, Željko Filipin [EMAIL PROTECTED]wrote: On Thu, Oct 9, 2008 at 8:26 PM, Moochie [EMAIL PROTECTED] wrote: Jason, You're suppose to be on vacation. Step away from the computer. Too good not to comment! :) Željko As much as I'd like to have been on

[wtr-general] Re: Problem automating the new Excite Mail due to nested divs

2008-10-09 Thread Nathan Lane
On thing about Watir is that it generally does what the browser does, so if you really click on a DIV to perform an action on a web site, then using Watir click on the DIV. This may be the case here with your situation, though I am not certain how Excite Mail is actually structured (your HTML

[wtr-general] Re: Problem automating the new Excite Mail due to nested divs

2008-10-09 Thread NS
Nathan, Thanks for your reply. There is no actual A tag that I see in the IE toolbar. The HTML structure that I have posted with original message is the one I see in IE toolbar and the places where I have put ... between DIV tags..there are more divs there.I don't know how to attach a

[wtr-general] Re: Ruby integration with TestLink

2008-10-09 Thread KimBrown
On Oct 8, 2:46 am, Manish Sapariya [EMAIL PROTECTED] wrote: I can describe the solution that we have created in great detail However I am not sure, if I would be able to share the code. Perhaps you would be able to post the code if you changed it to be generic enough to remove any proprietary

[wtr-general] Re: Tool to check a website for 404 errors

2008-10-09 Thread Alister Scott
I might do an SVN checkout Matthew's code and include it in a wiki example page. I don't think we should expect first time Watir users looking for example usage to install and checkout a SVN repo. I'll ask him first, I noticed his Watir blog hasn't been updated since Feb, does he still read this

[wtr-general] Re: Ruby integration with TestLink

2008-10-09 Thread Manish Sapariya
Hi, I shall get back with basic document first, describing what we have done. I am eager to share the code as well, that might take little time. Thanks for the response. Regards, manish KimBrown wrote: On Oct 8, 2:46 am, Manish Sapariya [EMAIL PROTECTED] wrote: I can describe the solution