How can I handle download pop up from safari #2949
Unanswered
prafful24
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to download a file before starting my test, but it gets stuck at the allow/deny pop up for safari and I am unable to close it or allow the download in the background (which i am able to do for other browsers
For firefox I used, and it seems to do the job.
"firefox": { "desiredCapabilities": { "browserName": "Firefox", 'moz:firefoxOptions': { prefs: { 'browser.helperApps.neverAsk.saveToDisk': 'image/jpeg;application/binary;application/pdf;text/plain;application/text;text/xml;application/xml;text/html;text/csv;video/mp4' }, } } }
Beta Was this translation helpful? Give feedback.
All reactions