npm geckodriver 4.0.0
Release 4.0.0

latest releases: 4.4.0, 4.3.3, 4.3.2...
11 months ago

💥 Breaking Change

  • deprecate Node.js v14 and require v16.13 as minimum version
  • removed version export (please raise an issue if you care about this feature)
  • removed path export (use new download export to get the path to Geckodriver)
  • removed stop export (use p.kill() instead)
  • arguments for export start method changed from string[] to typed object

🚀 New Feature

  • auto-detect latest Geckodriver version

💅 Polish

  • improve and update documentation

🏠 Internal

  • switch to TypeScript
  • switch to ESM with CJS export
  • update Node.js versions for development to v20

📝 Documentation

  • set up tests and CI pipelines
  • set up continues deployment workflows aligned with other WebdriverIO projects

Don't miss a new geckodriver release

NewReleases is sending notifications on new releases.