X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fbehat%2Fmink-selenium2-driver%2FREADME.md;fp=vendor%2Fbehat%2Fmink-selenium2-driver%2FREADME.md;h=3c9fec0be3eb924e2410ac7e35b018e68609a14e;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hp=0000000000000000000000000000000000000000;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68;p=yaffs-website diff --git a/vendor/behat/mink-selenium2-driver/README.md b/vendor/behat/mink-selenium2-driver/README.md new file mode 100644 index 000000000..3c9fec0be --- /dev/null +++ b/vendor/behat/mink-selenium2-driver/README.md @@ -0,0 +1,60 @@ +Mink Selenium2 (webdriver) Driver +================================= +[![Latest Stable Version](https://poser.pugx.org/behat/mink-selenium2-driver/v/stable.svg)](https://packagist.org/packages/behat/mink-selenium2-driver) +[![Latest Unstable Version](https://poser.pugx.org/behat/mink-selenium2-driver/v/unstable.svg)](https://packagist.org/packages/behat/mink-selenium2-driver) +[![Total Downloads](https://poser.pugx.org/behat/mink-selenium2-driver/downloads.svg)](https://packagist.org/packages/behat/mink-selenium2-driver) +[![Build Status](https://travis-ci.org/minkphp/MinkSelenium2Driver.svg?branch=master)](https://travis-ci.org/minkphp/MinkSelenium2Driver) +[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/minkphp/MinkSelenium2Driver/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/minkphp/MinkSelenium2Driver/) +[![Code Coverage](https://scrutinizer-ci.com/g/minkphp/MinkSelenium2Driver/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/minkphp/MinkSelenium2Driver/) +[![License](https://poser.pugx.org/behat/mink-selenium2-driver/license.svg)](https://packagist.org/packages/behat/mink-selenium2-driver) + +Usage Example +------------- + +``` php + new Session(new Selenium2Driver($browser, null, $url)), +)); + +$mink->getSession('selenium2')->getPage()->findLink('Chat')->click(); +``` + +Please refer to [MinkExtension-example](https://github.com/Behat/MinkExtension-example) for an executable example. + +Installation +------------ + +``` json +{ + "require": { + "behat/mink": "~1.5", + "behat/mink-selenium2-driver": "~1.1" + } +} +``` + +``` bash +$> curl -sS http://getcomposer.org/installer | php +$> php composer.phar install +``` + +Copyright +--------- + +Copyright (c) 2012 Pete Otaqui . + +Maintainers +----------- + +* Christophe Coevoet [stof](https://github.com/stof) +* Pete Otaqui [pete-otaqui](http://github.com/pete-otaqui)