From 46818da343cf2ca2b1b7ae2b5b81bc81ace3e6fc Mon Sep 17 00:00:00 2001 From: Andrew Holgate Date: Thu, 3 Mar 2016 10:37:27 +0100 Subject: [PATCH] Added support for acceptSslCert capability in BrowserStack Ref. #237 --- .../ServiceContainer/Driver/BrowserStackFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php b/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php index abf16b1..66aa3fa 100644 --- a/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php +++ b/src/Behat/MinkExtension/ServiceContainer/Driver/BrowserStackFactory.php @@ -62,6 +62,7 @@ class BrowserStackFactory extends Selenium2Factory ->booleanNode('browserstack-debug')->end() ->booleanNode('browserstack-tunnel')->end() ->booleanNode('emulator')->end() + ->booleanNode('acceptSslCert')->end() ->end() ;