webdriver-binary/binary-chromedriver 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webdriver-binary/binary-chromedriver

最新稳定版本:6.1.0

Composer 安装命令:

composer require --dev webdriver-binary/binary-chromedriver

包简介

Utility for downloading Chrome Driver binary for current os/platform

README 文档

README

Latest Stable Version Total Downloads Daily Downloads License

Downloads chromedriver binary for Linux (32bits or 64bits), macOS (Mac OS X) and 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).
  • latest available version (polled from remote, official end-point).

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": {
    "chromedriver": {
      "version": "2.33"
    }
  }
}

统计信息

  • 总下载量: 297.61k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-10-14