Add marionette capability for Selenium2Driver

This commit is contained in:
Bas Stottelaar
2016-06-17 11:36:48 +02:00
parent 53f8bd8e4f
commit 390f237f25

View File

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