chrome
chrome copied to clipboard
Download folder
Hi,
Is there any way to specify the download folder chrome ?
Thanks.
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