Skip to content

1.6.8

Choose a tag to compare

@jason0x43 jason0x43 released this 18 May 03:05
· 282 commits to master since this release

Release overview

This is a bugfix release to deal with some IE and cloud service issues.


Bugfixes

  • Handle 'Invalid Command' being returned for unknown commands
  • Don't perform active element test on IE as it will crash Selenium on Sauce Labs
  • Don't perform file input sendKeys check as it can hang IE
  • Add check for broken mouse events
  • Handle getSessions returning a flat array rather than a value object

Install from npm

cd /my/project/root
npm install leadfoot --save-dev

Download source