- // Docs aren't that great to find. Mostly JAVA based. Here are few helpful resources:
- // - http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox/index_exports_Driver.html
- //
- // - https://github.com/SeleniumHQ/selenium/wiki/WebDriverJs
- // - http://seleniumhq.github.io/selenium/docs/api/javascript/
- // - http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox/index.html
- // - http://selenium.googlecode.com/git/docs/api/javascript/namespace_webdriver_By.html
- // - http://selenium.googlecode.com/git/docs/api/javascript/class_webdriver_WebElement.html
- require('babel-register')
- require('./i18n.spec.js')
- require('./dragdrop.spec.js')
|