2

I have being looking around for documentation related to setting Safari capabilities. The browser does not download the file to the given path.

Does anyone have any suggestions?

      desiredCapabilities: {
        browserName: 'safari',
        javascriptEnabled: true,
        options: {
          dataDir : 'my/path/here'
        }
      },
    }

Thanks in advance!

Cristea
  • 913
  • 10
  • 15
  • I therefore tried ```'safari:safariOptions': { dataDir : 'my/path/here' } ``` – Cristea Sep 05 '20 at 16:07
  • ```chrome: { prefs: { 'profile.password_manager_enabled': false, download: { default_directory:'my/path/here }}}}} ``` Works in Chrome – Cristea Sep 05 '20 at 16:14

0 Answers0