A vfox plugin for ChromeDriver - WebDriver for Chrome.
# With mise
mise install vfox:mise-plugins/vfox-chromedriver@131.0.6778.69
# With vfox
vfox add mise-plugins/vfox-chromedriver
vfox install chromedriver@131.0.6778.69# With mise
mise use vfox:mise-plugins/vfox-chromedriver@131.0.6778.69
chromedriver --version
# Or run directly
mise x vfox:mise-plugins/vfox-chromedriver@131.0.6778.69 -- chromedriver --versionThis plugin fetches ChromeDriver versions from Google's Chrome for Testing API and downloads the appropriate binary for your platform.
Supported platforms:
- Linux (x86_64)
- macOS (x86_64, arm64)
- Windows (x86, x64)
Apache-2.0