Closed evandromartines closed 6 years ago
Hi @evandromartines,
Can you please fill the complete template in a new issue? We need to see how you start the container and what versions of docker you use.
Hi diemol,
I found the problem, in the assembly of the volume inside the container needed permission in the folder, so the download prompt appeared.
When I run the latest version of the image running on Mac with the settings below Chrome successfully ignores Download Prompt: chromePrefs.put("profile.default_content_settings.popups", 0); chromePrefs.put("downloadPath", pathDirDownload); chromePrefs.put("behavior", "allow");
But when I run the same image and with the same settings using Ubuntu 16.04.5 LTS host above the chrome ignores the configuration and displays the download prompt.
regards