Re: [Wtr-general] OT: Is cruisecontrol.rb by thoughworks is withdrawn

2007-06-18 Thread Owen Rogers
On 17/06/07, Manish Sapariya [EMAIL PROTECTED] wrote: I am trying to access following url for last two days, but no success. http://cruisecontrolrb.thoughtworks.com/ Is anybody out here facing same problem. try now. the server needed a reboot. cheers, owen. -- Owen Rogers | http

Re: [Wtr-general] HTML Results Reports for Watir

2005-11-24 Thread Owen Rogers
://hieraki.lavalamp.ca/read/book/3 it's a ruby-based open source CI tool. i don't know if it supports watir directly, but i imagine that it would be pretty straightforward to add it. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com

Re: [Wtr-general] Problem with running tests in a suite

2005-08-24 Thread Owen Rogers
IHMO. i faced the same problem with a testing wrapper that i wrote for IE in C#. can't remember if i managed to fix it or not. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com

[Wtr-general] html() and outerhtml() methods

2005-08-23 Thread Owen Rogers
().firstChild.outerHTML does the trick, though there might be a better way to get the document root element. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com ___ Wtr-general mailing

Re: [Wtr-general] html() and outerhtml() methods

2005-08-23 Thread Owen Rogers
At 10:33 AM 8/23/2005, Owen Rogers wrote: to get the html for the entire page, i've found that getDocument().firstChild.outerHTML does the trick, though there might be a better way to get the document root element. On 23/08/05, Bret Pettichord [EMAIL PROTECTED] wrote: I would call this a bug