vaimo / binary-edgedriver
Utility for downloading Microsoft Edge Driver binary with browser version detection
Installs: 8 935
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 11
Forks: 1
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
- vaimo/webdriver-binary-downloader: ^2.0.0
Requires (Dev)
- composer/composer: ~1.0
- vaimo/composer-changelogs: ^0.9.1
This package is auto-updated.
Last update: 2024-10-29 05:22:47 UTC
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" } } }