add prefs node to chrome configuration

This commit is contained in:
regnier kevin
2020-02-27 17:12:30 +01:00
parent ca8796a20f
commit c9bc6c9999

View File

@@ -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')