add remaining Selenium2 webdriver capabilities
(takesScreenshot, handlesAlerts, and cssSelectorsEnabled are read-only)
This commit is contained in:
@@ -234,6 +234,15 @@ class Extension implements ExtensionInterface
|
|||||||
scalarNode('browser')->
|
scalarNode('browser')->
|
||||||
defaultValue(isset($config['selenium2']['capabilities']['browser']) ? $config['selenium2']['capabilities']['browser'] : 'firefox')->
|
defaultValue(isset($config['selenium2']['capabilities']['browser']) ? $config['selenium2']['capabilities']['browser'] : 'firefox')->
|
||||||
end()->
|
end()->
|
||||||
|
booleanNode('javascriptEnabled')->end()->
|
||||||
|
booleanNode('databaseEnabled')->end()->
|
||||||
|
booleanNode('locationContextEnabled')->end()->
|
||||||
|
booleanNode('applicationCacheEnabled')->end()->
|
||||||
|
booleanNode('browserConnectionEnabled')->end()->
|
||||||
|
booleanNode('webStorageEnabled')->end()->
|
||||||
|
booleanNode('rotatable')->end()->
|
||||||
|
booleanNode('acceptSslCerts')->end()->
|
||||||
|
booleanNode('nativeEvents')->end()->
|
||||||
arrayNode('proxy')->
|
arrayNode('proxy')->
|
||||||
useAttributeAsKey('key')->
|
useAttributeAsKey('key')->
|
||||||
prototype('variable')->end()->
|
prototype('variable')->end()->
|
||||||
|
|||||||
Reference in New Issue
Block a user