File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ Use `GECKODRIVER_SKIP_DOWNLOAD` to skip the download of the geckodriver file.
8585## Versions
8686
8787* [ npm module version] - [ geckodriver version]
88+ * 1.18.x - geckodriver 0.26.0
89+ * 1.17.x - geckodriver 0.25.0
8890* 1.16.x - geckodriver 0.24.0 and ` GECKODRIVER_VERSION ` env support
8991* 1.15.x - geckodriver 0.24.0
9092* 1.14.x - geckodriver 0.23.0
@@ -104,6 +106,8 @@ Use `GECKODRIVER_SKIP_DOWNLOAD` to skip the download of the geckodriver file.
104106
105107## Changelog
106108
109+ * 1.18.0 - geckodriver 26.
110+ * 1.17.0 - geckodriver 25.
107111* 1.16.2 - fix issue with 'tar' dependency.
108112* 1.16.1 - added support for ` GECKODRIVER_FILEPATH ` env variable.
109113* 1.16.0 - added support for ` GECKODRIVER_VERSION ` env variable. Set it to ` '0.24.0' ` to fetch that version.
Original file line number Diff line number Diff line change 11{
22 "name" : " geckodriver" ,
3- "version" : " 1.19 .0" ,
3+ "version" : " 1.18 .0" ,
44 "description" : " Downloader for https://github.com/mozilla/geckodriver/releases" ,
55 "scripts" : {
66 "test" : " ava" ,
You can’t perform that action at this time.
0 commit comments