From 3b97c6c92ba577158bf71c629d0c9dcd5f357830 Mon Sep 17 00:00:00 2001 From: Paul Hawxby Date: Thu, 23 Mar 2017 16:43:46 +0000 Subject: [PATCH] Fixing proxy support --- .../ServiceContainer/Driver/Selenium2Factory.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php b/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php index 5fc4595e..056fb06b 100644 --- a/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php +++ b/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php @@ -116,10 +116,14 @@ protected function getCapabilitiesNode() ->arrayNode('proxy') ->children() ->scalarNode('proxyType')->end() - ->scalarNode('proxyAuthconfigUrl')->end() + ->scalarNode('proxyAutoconfigUrl')->end() ->scalarNode('ftpProxy')->end() ->scalarNode('httpProxy')->end() ->scalarNode('sslProxy')->end() + ->scalarNode('socksProxy')->end() + ->scalarNode('socksUsername')->end() + ->scalarNode('socksPassword')->end() + ->scalarNode('noProxy')->end() ->end() ->validate() ->ifTrue(function ($v) {