After a page loads, I'm trying to get a list of all JavaScript methods that exist on that page.
I know how to invoke Javascript from C# and C# from Javascript, the problem is that I can't seem to find a way to get the original list of Javascript methods to execute.
I need the solution to be available in C# (via WatiN or WebBrowser Control)
Thanks