Add firefox profile configuration to selenium2 driver

This commit is contained in:
James Bodkin
2013-01-15 17:28:37 +00:00
parent 63ca078ecd
commit 27ffbde33d

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