liip/MinkSelenium2Driver

Name: MinkSelenium2Driver

Owner: Liip

Description: Selenium2 (webdriver) driver for Mink framework

Created: 2012-07-30 13:00:08.0

Updated: 2015-01-07 23:38:09.0

Pushed: 2012-10-15 07:41:51.0

Homepage: null

Size: 110

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Mink Selenium2 (webdriver) Driver

Usage Example
p

Behat\Mink\Mink,
Behat\Mink\Session,
Behat\Mink\Driver\Selenium2Driver;

Selenium\Client as SeleniumClient;

rtUrl = 'http://example.com';

k = new Mink(array(
'selenium2' => new Session(new Selenium2Driver($browser, null, $url)),


k->getSession('selenium2')->getPage()->findLink('Chat')->click();
Installation

"requires": {
    "behat/mink":                   "1.4.*",
    "behat/mink-selenium2-driver":  "*"
}

bash
 http://getcomposer.org/installer | php
composer.phar install
Copyright

Copyright (c) 2012 Pete Otaqui pete@otaqui.com.

Maintainers

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.