From c9bc6c99995e8e496d56223d1b3b1f2d658756e8 Mon Sep 17 00:00:00 2001 From: regnier kevin Date: Thu, 27 Feb 2020 17:12:30 +0100 Subject: [PATCH] add prefs node to chrome configuration --- .../MinkExtension/ServiceContainer/Driver/Selenium2Factory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php b/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php index fcdceba..1c72b4f 100644 --- a/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php +++ b/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php @@ -146,6 +146,7 @@ class Selenium2Factory implements DriverFactory ->arrayNode('switches')->prototype('scalar')->end()->end() ->scalarNode('binary')->end() ->arrayNode('extensions')->prototype('scalar')->end()->end() + ->arrayNode('prefs')->prototype('variable')->end()->end() ->end() ->end() ->arrayNode('extra_capabilities')