Download the PHP package shimabox/selenium-downloader without Composer

On this page you can find all versions of the php package shimabox/selenium-downloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package selenium-downloader

selenium-downloader

selenium-server-standalone, ChromeDriver, geckodriver and IEDriverServer downloader.

License Build Status

Features

Demo

Interactively.

demo-interaction

With option (not interactive).

demo-option

Requirements

Installation

Via Composer

Please refer to the link below.
##instant-download

Develop

Setting(.env)

If you need to change the default settings, copy the .env.default file, create an .env file, and modify the .env file.
The default setting looks at .env.default file.

If DEFAULT_OUTPUT_DIR is not set, the downloaded asset is output to selenium-downloader/xxx.

Usage

In the case of interactive mode.

e.g)

When specifying options (not interactive).

Supports the following options.

Format Description
-h,--help Display help message and exit.
-p Select platform [m]ac or [w]indows or [l]inux.
Required except that "-h, --help" is specified.
-d Specify the directory path to output.
If not specified, it is output to the path specified by .env.dafault|.env(DEFAULT_OUTPUT_DIR).
If there is still no value, it is output to "selenium-downloader/xxx".
-s The version of selenium-standalone-server.
(e.g 3.8.1, 3.7(3.7.0)
(Recommend version 3.8.1)
-c The version of ChromeDriver.
(e.g 81.0.4044.69, 2.43
-g The version of GeckoDriver.
(e.g 0.26(0.26.0), 0.20.1
-i The version of IEDriverServer.
(e.g 3.141.59, 3.14(3.14.0)
-b The number of OS bits (32 or 64).
Default is "32" (Because key input is earlier than 64bit version)
Valid only when IEDriverServer is specified.

Help message.

Instant download

For example, create instant_selenium.php.

Execute

demo-instant

Note

If there is one with the same name, it will be overwritten.

License

The MIT License (MIT). Please see License File for more information.


All versions of selenium-downloader with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
vlucas/phpdotenv Version ^2.5
league/climate Version ^3.2 || ^3.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shimabox/selenium-downloader contains the following files

Loading the files please wait ....