chrome icon indicating copy to clipboard operation
chrome copied to clipboard

Download folder

Open prbreezy opened this issue 4 years ago • 1 comments

Hi,

Is there any way to specify the download folder chrome ?

Thanks.

prbreezy avatar Apr 23 '20 02:04 prbreezy

Chrome doesn't have a way to specify download location using command line arguments (or config files).

You could try:

  • a premade profile with preference set to your specification,
  • volumes and symlinks; -v /path/to/Downloads:/home/chrome/Downloads, or
  • or ChromeOptions if you're using Selenium

siomiz avatar Apr 23 '20 19:04 siomiz