From 231c2a3123882d8912f09bab1e78dcf15b54e4b6 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Mon, 11 Mar 2013 16:27:33 +0100 Subject: [PATCH] Added missing drivers and minder grammar fix --- index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 34e7800..7e727ca 100644 --- a/index.rst +++ b/index.rst @@ -50,14 +50,17 @@ Finally, include Composer autoloading script to your project: .. note:: By default, Mink will be installed with no drivers. In order to - be able to use additional drivers, you should install (through composer) them. + be able to use additional drivers, you should install them (through composer). Add appropriate dependencies to your ``composer.json`` ``require`` block: - GoutteDriver - ``"behat/mink-goutte-driver": "*"`` - SeleniumDriver - ``"behat/mink-selenium-driver": "*"`` + - Selenium2Driver - ``"behat/mink-selenium2-driver": "*"`` - WebDriver - ``"behat/mink-selenium2-driver": "*"`` - SahiDriver - ``"behat/mink-sahi-driver": "*"`` - ZombieDriver - ``"behat/mink-zombie-driver": "*"`` + - WUnitDriver - ``"behat/mink-wunit-driver": "*"`` + - BrowserKitDriver - ``"behat/mink-browserkit-driver": "*"`` If you're newcomer or just don't know what to choose - configure all available drivers with this ``composer.json`` (you will be able to tuneup it later):