Merge pull request #65 from JBodkin/patch-1
Add firefox profile configuration to selenium2 driver
This commit is contained in:
@@ -271,6 +271,18 @@ class Extension implements ExtensionInterface
|
|||||||
thenUnset()->
|
thenUnset()->
|
||||||
end()->
|
end()->
|
||||||
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')->
|
arrayNode('chrome')->
|
||||||
children()->
|
children()->
|
||||||
arrayNode('switches')->
|
arrayNode('switches')->
|
||||||
|
|||||||
Reference in New Issue
Block a user