index.js 705 B

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