opitzconsulting / uitest.js

uitest.js is able to load a webpage into a frame, instrument that page and the javascript in that page (e.g. add additional scripts at the end of the document, ...) and execute actions on that page.
MIT License
67 stars 8 forks source link

Refactor: Remove the need of using `parent.uitest.instrument` in the application under test #22

Open tbosch opened 11 years ago

tbosch commented 11 years ago

Almost done, see the branch https://github.com/tigbro/uitest.js/tree/parser_refactoring