From 15b0d89b18f06413db333433615736f1ac34ca8d Mon Sep 17 00:00:00 2001 From: Leonid Terentyev Date: Mon, 15 Jul 2019 15:51:06 +0300 Subject: [PATCH] add support for "w3c" option for Selenium2->ChromeDriver --- .../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 fcdcebaf..85006fa3 100644 --- a/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php +++ b/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php @@ -145,6 +145,7 @@ protected function getCapabilitiesNode() ->children() ->arrayNode('switches')->prototype('scalar')->end()->end() ->scalarNode('binary')->end() + ->booleanNode('w3c')->end() ->arrayNode('extensions')->prototype('scalar')->end()->end() ->end() ->end()