marionette capability should be optional

This commit is contained in:
Yozhef
2021-12-13 12:27:56 +02:00
parent 1e63897cb7
commit c33a3fbcf1

View File

@@ -98,7 +98,7 @@ class Selenium2Factory implements DriverFactory
->scalarNode('platform')->end()
->scalarNode('browserVersion')->end()
->scalarNode('browser')->defaultValue('firefox')->end()
->booleanNode('marionette')->defaultNull()->end()
->booleanNode('marionette')->end()
->booleanNode('ignoreZoomSetting')->defaultFalse()->end()
->scalarNode('name')->defaultValue('Behat feature suite')->end()
->scalarNode('deviceOrientation')->end()