<div dir="ltr">Hi Leonardo, <div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class=""><div><br></div></div><div>I am interested in events you can trigger in web pages. For example: a user clicks on a button and the script code associated causes a state change in the Document Object Model (DOM) and sends a XHR request (XMLHttpRequest) to the server. The server eventually answers this request, closing the sequence of events. I want to trace these sequences of events from a running application.</div>
</div></blockquote><div><br></div><div>You might be interested in checking out Michael Perscheids recently announced &quot;Path Tools&quot; framework for Squeak.  It performs incremental, dynamic analysis of an application under observation.  The framework is designed to analyze the running TestCases of an application, which is perfect for TDD.</div>
<div><br></div><div>    <a href="https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/pathToolsFramework">https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/pathToolsFramework</a></div>
<div><br></div><div>One of the demonstration videos showcases its &quot;Test-driven fault navigation&quot; capability, where a bug is purposefully introduced into Seaside itself and shown how the system employs its lightweight, &quot;back-in-time debugging&quot; feature to identify it.  Amazing stuff!</div>
<div><br></div><div> <span style="font-family:arial,sans-serif;font-size:13px">&gt;&gt; So, a simple and quick-to-answer question, what is your Seaside application and how to access the code of it?</span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class=""><div><div style="font-family:arial,sans-serif;font-size:13px">
&gt;<br></div><span style="font-family:arial,sans-serif;font-size:13px">&gt; many of web app are private because business oriented.</span></div><div><font face="arial, sans-serif"><br></font></div></div><div><font face="arial, sans-serif">I understand, but it would be nice to have some examples of web applications using script languages, even if I don&#39;t have access to all source code.</font></div>

<div><font face="arial, sans-serif"></font></div></div></blockquote></div><br></div><div class="gmail_extra">Path Tools is MIT-licensed so everything is visible.  In fact at the bottom of that page is a pre-configured image available for download which provides an interactive tutorial.</div>
<div class="gmail_extra"><br></div></div>