Skip to content

Multi-platform ChromeDriver binary downloader Composer package for Chrome browser automation

License

Notifications You must be signed in to change notification settings

LANFest/binary-chromedriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary-chromedriver

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).

More information on recent changes HERE.

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"
    }
  }
}

About

Multi-platform ChromeDriver binary downloader Composer package for Chrome browser automation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%