Nothing as complete as Watir. You could just use Watir to test your seaside app. <br><br>For simple get/post action in Smalltalk, you could pull Scamper (a Squeak browser) and script it. It is fairly easy to understand/port. Bijan Parsia&#39;s networking chapter in the squeak blue book has a nice intro.<br>
<br>See the parsia_2.pdf at:<br><a href="http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/">http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/</a><br><br>I ported it once to VA Smalltalk in the late 90s for some internal website testing. Unfortunately, no support CSS/Javascript, etc. and you would want those for something modern.<br>
<br>If you really wanted Watir in Smalltalk, you could do a port. This would be a bunch of work, but since it is Ruby, the concepts should be similar. For the browser binding, you&#39;ll need something like OSProcess.<br>
<br><div class="gmail_quote">On Wed, Oct 14, 2009 at 3:49 AM, Ching de la Serna <span dir="ltr">&lt;<a href="mailto:ching.dls@gmail.com">ching.dls@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<div><br></div><div>I was wondering if there is something in Squeak which does something similar to what Watir does in Ruby? Watir appears to be a cool toolkit for testing web apps and I would want to find out if something similar or better has been written in Squeak for testing purposes.</div>

<div><br></div><div>Thanks in advance,</div><div><br></div><font color="#888888"><div>Ching</div>
</font><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>