Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download folder path? #8

Open
vincentzhou2013 opened this issue Oct 26, 2018 · 2 comments
Open

download folder path? #8

vincentzhou2013 opened this issue Oct 26, 2018 · 2 comments

Comments

@vincentzhou2013
Copy link

I'm using this container to download a file from a web site. but I cannot find the download folder anyway. Could you give me the download folder path or if it doesn't exist, how to create it? Thanks.

@timothyshort
Copy link

timothyshort commented Jan 26, 2019

I'm in the same boat. Just using my local (or Vagrant), I can use

options.add_experimental_option(
        'prefs', {
            'download.default_directory': '/usr/workspace/',
            'download.prompt_for_download': False,
            'download.directory_upgrade': True,
            'safebrowsing.enabled': False,
            'safebrowsing.disable_download_protection': True
        }
)

but this does not seem to work here. It looks like it's putting temporary or partial download files in the /tmp folder. $ ls -a /tmp will show files that seem to correspond with the downloads, but it doesn't apear to do it correctly.

@berwinjoule
Copy link

I'm using this container to download a file from a web site. but I cannot find the download folder anyway. Could you give me the download folder path or if it doesn't exist, how to create it? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants