json - Unable to set Safari WebDriver options in intern config file -


By default, Safari WebDriver / user / [user name] / library / safari is used by location The data directory location This location can be imposed on the 'Datadir' option on Safari WebDriver (please see this)

I have tried the following methods to set these assets in internal configuration: And no one has succeeded:

 On  Access: [[Browser name: 'Safari', version: 'ANI', platform: 'Mac', DataDayer: '' / user / [user name] / library / safari '//' or 'safari.pat.datecard': ' / User / [user name] / library / safari '// or' safari-option-datadair ':' / user / [user name] / library / safari '}]  

please Through this internal and configuration files in JSON format it determines how and other web device capabilities Can be reversed.

The instructions for this linked driver are very confusing, what they are saying is that You need to place the sub-option for the driver in the object on the safari.options key, such as:

  environment: [{BrowserName: 'Safari', version: 'ANI', forum: 'mac', 'safari' Option ': {DataDayer:' / user / [username] / library / safari '}}]  

Comments