For updates and changelogs on v4.0.0 and above, go to https://github.com/webdriverio-community/node-geckodriver/releases.
- 3.2.0 - geckodriver 0.32.0, arm64 support for Mac, Linux and Windows, added
GECKODRIVER_ARCH
for custom arch downloads. - 3.1.0 - geckodriver 0.31.0
- 2.0.1 - fixed proxy download behaviour.
- 1.20.0 - geckodriver 27. Requires node 8 and higher. Support
HTTPS_PROXY
env and npm_config_geckodriver_version variables. - 1.19.0 - geckodriver 26. Dependency updates.
- 1.18.0 - geckodriver 26.
- 1.17.0 - geckodriver 25.
- 1.16.2 - fix issue with 'tar' dependency.
- 1.16.1 - added support for
GECKODRIVER_FILEPATH
env variable. - 1.16.0 - added support for
GECKODRIVER_VERSION
env variable. Set it to'0.24.0'
to fetch that version. - 1.15.1 - fix for the new
.npmignore
pattern matching - 1.15.0 - geckodriver 0.24.0
- 1.14.0 - geckodriver 0.23.0
- 1.13.0 - geckodriver 0.22.0
- 1.12.2 - add proxy settings
- 1.12.1 - adm-zip security fix
- 1.12.0 - geckodriver 0.21.0
- 1.11.0 - geckodriver 0.20.0
- 1.10.0 - geckodriver 0.19.1, switch tar package, enable Win32 builds again, process.env.npm_config_geckodriver_cdnurl support
- 1.9.0 - updated to geckodriver 0.19.0 32-bit windows support removed.
- 1.8.1 - added geckodriver.exe bin for Windows
- 1.8.0 - updated to geckodriver 0.18.0
- 1.7.1 - 'GECKODRIVER_CDNURL' support added.
- 1.7.0 - updated to geckodriver 0.17.0 32-bit linux support added.
- 1.6.1 - updated to geckodriver 0.16.1
- 1.6.0 - updated to geckodriver 0.16.0. 32-bit linux support removed.
- 1.5.0 - updated to geckodriver 0.15.0.
- 1.4.0 - updated to geckodriver 0.14.0.
- 1.3.0 - updated to geckodriver 0.13.0.
- 1.2.1 - added support for Linux 32-bit.
- 1.2.0 - updated to geckodriver 0.11.1.
- 1.1.3 - adds Windows support, fixes Windows tests.
- 1.1.2 - fixed
require
by pointingpackage.json main
property to thelib
file. - 1.1.0 - programmatic usage, added
bin
support. - 1.0.0 - init release