I am trying to write an application to navigate through a web site that uses a lot of javascript. A lot of it is to determine what uri fragment to append to the current uri for navigation. There is other, more meaty, javascript that I'm not sure I can duplicate easily in my code. Is there a way to "run" the javascript as I am traversing the site?
No pressure or anything, but if I don't figure this out soon, I'm up a creek.