0ebc53a6cdb2ab241612a2fd9e48fe998b379b4a
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
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.
Languages
PHP
99.4%
Gherkin
0.6%