Skip to content

1.6.9

Choose a tag to compare

@jason0x43 jason0x43 released this 25 May 20:47
· 282 commits to master since this release

Release overview

This is a bugfix release.


Bugfixes

  • Use a POST request for getActiveElement, as per JsonWireProtocol specs. Using a GET can crash Selenium on at least Sauce Labs.
  • Add new brokenExecuteForNonHttpUrl capability to indicate that script injection doesn't work for non-http/https URLs

Install from npm

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

Download source