o3-shop / mink-selenium-driver
Selenium driver for Mink framework
Installs: 1 091
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:mink-driver
Requires
- php: >=5.3.1
- behat/mink: ~1.5.0
- o3-shop/php-selenium: ~1.0.0
- symfony/dom-crawler: ~2.0
Replaces
This package is auto-updated.
Last update: 2024-10-30 02:26:49 UTC
README
Usage Example
<?php use Behat\Mink\Mink, Behat\Mink\Session, Behat\Mink\Driver\SeleniumDriver; use Selenium\Client as SeleniumClient; $startUrl = 'http://example.com'; $mink = new Mink(array( 'selenium' => new Session(new SeleniumDriver(new SeleniumClient($host, $port))), )); $mink->getSession('selenium')->getPage()->findLink('Chat')->click();
Installation
{ "require": { "behat/mink": "1.4.*", "behat/mink-selenium-driver": "1.0.*" } }
$> curl http://getcomposer.org/installer | php $> php composer.phar install
Copyright
Copyright (c) 2012 Alexandre Salomé alexandre.salome@gmail.com.
Maintainers
- Alexandre Salomé alexandresalome