💥 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 newdownload
export to get the path to Geckodriver) - removed
stop
export (usep.kill()
instead) - arguments for export
start
method changed fromstring[]
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