Merge pull request #65 from JBodkin/patch-1

Add firefox profile configuration to selenium2 driver
This commit is contained in:
Konstantin Kudryashov
2013-03-09 04:29:45 -08:00

View File

@@ -271,6 +271,18 @@ class Extension implements ExtensionInterface
thenUnset()->
end()->
end()->
arrayNode('firefox')->
children()->
scalarNode('profile')->
validate()->
ifTrue(function ($v) {
return !file_exists($v);
})->
thenInvalid('Cannot find profile zip file %s')->
end()->
end()->
end()->
end()->
arrayNode('chrome')->
children()->
arrayNode('switches')->