lanfest / binary-edgedriver
This package is abandoned and no longer maintained.
The author suggests using the webdriver-binary/binary-edgedriver package instead.
Utility for downloading Microsoft Edge Driver binary with browser version detection
Package info
github.com/webdriver-binary/binary-edgedriver
Type:composer-plugin
pkg:composer/lanfest/binary-edgedriver
3.1.0
2021-10-14 19:21 UTC
Requires
- php: >=7.2
- composer-plugin-api: ^1.0 | ^2.0
- webdriver-binary/webdriver-binary-downloader: ^4.0.0
Replaces
README
Downloads Microsoft Edge Driver binary on Windows.
The binary version is determined by the following factors:
- what browser version is currently installed (if binary found from the system).
- specified/configured version (see below under 'Configuration' topic).
Configuration
Although the binary downloader usually ends up positively detecting the appropriate driver version that needs to be downloaded, user still has an option to specify the version explicitly when needed.
{
"extra": {
"edgedriver": {
"version": "6.17134"
}
}
}