Skip to content

1.2.1

Compare
Choose a tag to compare
@csnover csnover released this 20 Aug 04:43
· 1226 commits to master since this release

Release overview

  • Fixes for Selenium 2.34.0+

Bug fixes

  • The underlying wd library has been updated to 0.1.0 to fix hangs when using Selenium 2.34.0 and higher. (#76, #77)

Install from npm

Regular edition
cd /my/project/root
npm install intern --save-dev
or Geezer edition
cd /my/project/root
npm install intern-geezer --save-dev

Download source