Download the PHP package robertfausk/mink-panther-driver without Composer
On this page you can find all versions of the php package robertfausk/mink-panther-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package mink-panther-driver
MinkPantherDriver
Symfony Panther driver for Mink framework
Install
composer require --dev robertfausk/mink-panther-driver
Usage Example
Please refer to MinkExtension-example for an executable example.
Documentation
Since MinkPantherDriver is just glue between Mink and Symfony Panther, it already has an extensive documentation:
- For
Mink
, read Mink's documentation. - For
symfony/panther
, read Panther's documentation. - For usage with
Behat
, read Behat's documentation and give robertfausk/behat-panther-extension a try.
How to upgrade?
Have a look at CHANGELOG for detailed information.
How to contribute?
Start docker-compose with php web driver by using one of the prepared docker setups with php7.2, php7.3, php7.4, php8.0, php8.1 or php8.2.
docker-compose up php8.2
Run phpunit tests
docker-compose exec php8.2 vendor/bin/phpunit
If you run into issues of type then it is because of mismatched versions between installed chrome driver and chromium. Best way to bypass this problem is to update them to their newest version.
docker-compose exec php8.2 vendor/bin/bdi detect drivers
Credits
Created by Robert Freigang robertfausk.
MinkPantherDriver is built on top of Panther and for usage with Behat and Mink. It has been inspired by MinkBrowserKitDriver and MinkSelenium2Driver.
All versions of mink-panther-driver with dependencies
behat/mink Version ~1.8
symfony/panther Version ~0.7|~1.0|~2.0
ext-dom Version *