orchestra/dusk-updater
最新稳定版本:v3.0.2
Composer 安装命令:
composer require orchestra/dusk-updater
包简介
Updater for Laravel Dusk ChromeDriver binaries
README 文档
README
This is a fork based on staudenmeir/dusk-updater but uses Symfony Console to allow it to be used outside of Laravel installation.
Introduction
This Symfony command updates your Laravel Dusk ChromeDriver binaries to the latest or specified release.
Supports all versions of Laravel Dusk especially those used outside of Laravel installation.
Installation
composer require --dev orchestra/dusk-updater
Usage
Updating ChromeDriver
Download the latest stable ChromeDriver release:
php vendor/bin/dusk-updater update
You can also specify the major Chrome/Chromium version you are using:
php vendor/bin/dusk-updater update 109
Or you directly specify the desired ChromeDriver version:
php vendor/bin/dusk-updater update 109.0.5414.74
If Dusk is still using the previous version after the update, there is probably an old ChromeDriver process running that you need to terminate first.
Checking Chrome Versions
You can check if the installed Chrome and ChromeDriver version using:
php vendor/bin/dusk-updater detect
The command will prompt you to download a new ChromeDriver if it is outdated.
Specify the absolute path to your custom Chrome/Chromium installation (not supported on Windows):
php vendor/bin/dusk-updater detect --chrome-dir=/usr/bin/google-chrome
Finally, you can also tell the command to automatically download a new version if it is outdated using:
php vendor/bin/dusk-updater detect --auto-update
统计信息
- 总下载量: 1.04M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 2
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-09