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

webdriver.js integration #23

Open tbosch opened 11 years ago

tbosch commented 11 years ago

It would be nice to be able to write tests using webdriver.js and execute them using uitest.js. Some kind of the old Selenium RC, but with the new webdriver API.

Guideline