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() ;