Skip to content

1.7.5

Choose a tag to compare

@jason0x43 jason0x43 released this 24 Mar 20:59
· 227 commits to master since this release

Overview

This release improves compatibility with recent versions of Firefox.

  • Use simulated mouse events for all Firefox > 49. Geckodriver, which is used by recent versions of firefox, doesn't support the Selenium mouse endpoints used by Leadfoot. Previously Leadfoot only defaulted to simulated events for Firefox 49-52.
  • Handle the session creation response format used by geckodriver 0.16+ (#141)