Download the PHP package silverstripe/mink-facebook-web-driver without Composer
On this page you can find all versions of the php package silverstripe/mink-facebook-web-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverstripe/mink-facebook-web-driver
More information about silverstripe/mink-facebook-web-driver
Files in silverstripe/mink-facebook-web-driver
Package mink-facebook-web-driver
Short Description Mink driver for facebook's webdriver
License MIT
Homepage http://mink.behat.org/
Informations about the package mink-facebook-web-driver
Mink Facebook WebDriver extension
Currently forked from [https://github.com/minkphp/MinkSelenium2Driver/] and updated to use the facebook php webdriver.
See [https://github.com/minkphp/MinkSelenium2Driver/issues/254] for the status of selenium 3 support.
Major updates include:
- Switch to using facebook/webdriver
- Selenium optional, can use chromedriver (or other jsonwire protocol servers instead)
- Default to
chrome
instead offirefox
- Update minimum php version to 5.6
Using the Facebook WebDriver with behat
Subclass Behat\MinkExtension\ServiceContainer\MinkExtension
and add the new driver factory.
Add this extension to your behat.yml
(see below)
Running chromedriver instead of selenium
Make sure you install chromedriver and have the service running
Set the wb_host to this server instead (substitute SilverStripe\BehatExtension\MinkExtension
for your class).
Common problems
System.InvalidOperationException : unknown error: call function result missing 'value'
: Update chromedriver to latest version
Maintainers
- Damian Mooyman tractorcow
Credit to original maintainers of MinkSelenium2Driver
- Christophe Coevoet stof
- Pete Otaqui pete-otaqui
License
MIT License
Copyright (c) 2012 Pete Otaqui [email protected].
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.