You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter what I try, when I run the starter project and click on the download page of the DuckDuckGo page the download prompt opens instead of downloading the file directly.
I've modified the serenity.conf of the starter project as follows
added the prefs part
added path to chromedriver
headless = false
I'm using chromedriver v.117 on chrome v.117.0.5938.14
Adding the args : "safebrowsing-disable-extension-blacklist", "safebrowsing-disable-download-protection"
and the pref : download.extensions_to_open = "appinstaller"
disables the prompt, but the file is opened, which is not what I expect...
Hello,
No matter what I try, when I run the starter project and click on the download page of the DuckDuckGo page the download prompt opens instead of downloading the file directly.
I've modified the serenity.conf of the starter project as follows
I'm using chromedriver v.117 on chrome v.117.0.5938.14
serenity.conf
The preferences appear in the console :
What am I missing ?
The text was updated successfully, but these errors were encountered: