Last Updated: February 25, 2016
·
3.374K
· ericminio

Example of WebDriverJs with Jasmine

If you want to write system tests with javascript for a web app, one way of doing it is to use WedDriverJs in a browser.

Don't know for you but the documentation of WebDriver was a little cryptic for me. So if you need a working example to get started, here it is: https://github.com/ericminio/webdriverjs-with-jasmine

source: http://code.google.com/p/selenium/wiki/WebDriverJs
source: http://www.natpryce.com/articles/000772.html