2017 © Pedro Peláez
 

mink-driver mink-goutte-driver

Goutte driver for Mink framework

image

behat/mink-goutte-driver

Goutte driver for Mink framework

  • Friday, October 14, 2016
  • by everzet
  • Repository
  • 5 Watchers
  • 172 Stars
  • 9,774,390 Installations
  • PHP
  • 429 Dependents
  • 8 Suggesters
  • 35 Forks
  • 5 Open issues
  • 14 Versions
  • 6 % Grown

The README.md

Mink Goutte Driver

Latest Stable Version Latest Unstable Version Total Downloads CI License codecov, (*1)

Deprecation

Given that the Goutte project is deprecated in favor of using the symfony/http-client and symfony/browser-kit projects directly, this driver is deprecated in favor of behat/mink-browserkit-driver and won't be updated anymore., (*2)

Usage Example

``` php <?php, (*3)

require "vendor/autoload.php";, (*4)

use Behat\Mink\Mink, Behat\Mink\Session, Behat\Mink\Driver\GoutteDriver, Goutte\Client as GoutteClient;, (*5)

$mink = new Mink(array( 'goutte' => new Session(new GoutteDriver(new GoutteClient())), ));, (*6)

$session = $mink->getSession('goutte'); $session->visit("http://php.net/"); $session->getPage()->clickLink('Downloads'); echo $session->getCurrentUrl() . PHP_EOL;, (*7)


Installation ------------ Add a file composer.json with content: ``` json { "require": { "behat/mink": "^1.9", "behat/mink-goutte-driver": "^2.0" } }

(or merge the above into your project's existing composer.json file), (*8)

bash $> curl -sS https://getcomposer.org/installer | php $> php composer.phar install, (*9)

Maintainers

The Versions

14/10 2016

dev-master

9999999-dev http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

The Development Requires

testing browser goutte headless

05/03 2016

v1.2.1

1.2.1.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

The Development Requires

testing browser goutte headless

21/09 2015

v1.2.0

1.2.0.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

The Development Requires

testing browser goutte headless

09/10 2014

v1.1.0

1.1.0.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

testing browser goutte headless

03/07 2013

v1.0.9

1.0.9.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

testing browser goutte headless

14/04 2013

v1.0.8

1.0.8.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

testing browser goutte headless

08/03 2013

v1.0.7

1.0.7.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

testing browser goutte headless

05/07 2012

v1.0.1

1.0.1.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

testing browser goutte headless

30/05 2012

v1.0.0

1.0.0.0 http://mink.behat.org/

Goutte driver for Mink framework

  Sources   Download

MIT

The Requires

 

testing browser goutte headless