Merge pull request #187 from csarrazi/master
[Easy-Pick] Fixed Selenium2 ignoreZoomSetting configuration in Selenium2Factory
This commit is contained in:
@@ -98,7 +98,7 @@ class Selenium2Factory implements DriverFactory
|
|||||||
->scalarNode('platform')->end()
|
->scalarNode('platform')->end()
|
||||||
->scalarNode('browserVersion')->end()
|
->scalarNode('browserVersion')->end()
|
||||||
->scalarNode('browser')->defaultValue('firefox')->end()
|
->scalarNode('browser')->defaultValue('firefox')->end()
|
||||||
->scalarNode('ignoreZoomSetting')->defaultValue('false')->end()
|
->booleanNode('ignoreZoomSetting')->defaultFalse()->end()
|
||||||
->scalarNode('name')->defaultValue('Behat feature suite')->end()
|
->scalarNode('name')->defaultValue('Behat feature suite')->end()
|
||||||
->scalarNode('deviceOrientation')->end()
|
->scalarNode('deviceOrientation')->end()
|
||||||
->scalarNode('deviceType')->end()
|
->scalarNode('deviceType')->end()
|
||||||
|
|||||||
Reference in New Issue
Block a user