Skip to content

v0.8.0

Latest

Choose a tag to compare

@simoami simoami released this 01 Jun 02:22
· 72 commits to master since this release

Release Preview

  • Added new interactive webdriver launcher command: wdlauncher
    • Checks for missing dependencies and drivers.
    • Automatically downloads and installs drivers and other dependencies.
    • Starts selenium with available drivers. Supports IEDriver, ChromeDriver. Firefox is supported natively.
    • Compatible with Windows, Mac OS X and Linux

Enhancements

  • Driver Refactoring.
    • BaseDriver is now an EventEmitter.
    • BaseDriver is now used by default for unit tests that don't have any need for browser session.
    • SeleniumDriver extends the BaseDriver.
  • Improved display of "did you mean" when a command is misspelled.
  • Added library to simplify class inheritance. Use Class.extend() to inherit from other classes and Class.create() to instantiate a class.

Bug fixes

  • Conditionally generate screenshots if the selected driver supports them.