Kamil Kokot 0ebc53a6cd feature #2 add prefs node to chrome configuration (smildev)
This PR was merged into the 2.1.x-dev branch.

Discussion
----------

It adds the capability to configure a new key 'prefs' to chrome configuration.
We need this to configure the default directory download of chrome.

> example:

    Behat\MinkExtension:
        sessions:
            chrome:
                selenium2:
                    browser: chrome
                    capabilities:
                        .....
                        chrome:
                            switches:
                                - "start-fullscreen"
                                - "start-maximized"
                                - "no-sandbox"
                                - "headless"
                            prefs:
                                download:
                                    default_directory: etc/downloads


Commits
-------

c9bc6c9999 add prefs node to chrome configuration
2021-01-21 10:08:00 +01:00
2017-09-21 10:10:18 +05:45
2012-05-06 21:13:51 +02:00
2020-12-15 14:12:18 +01:00
2012-05-06 21:53:36 +02:00

This is the fork of MinkExtension library that supports PHP ^7.2 and supports Symfony ^4.4 and ^5.0.

For the documentation, please refer to the original repository.

No updates other than Symfony compatibility will be provided, but this fork might be synchronised with the original repository in the future.

Description
Fork of FriendsOfBehat MinkExtension with Behat 4 / Symfony 8 compatibility work
Readme MIT 603 KiB
Languages
PHP 99.4%
Gherkin 0.6%