Save to location
cy59 opened this issue · 2 comments
cy59 commented
Is there a way to specify the file location? I know I can choose the filename, but having trouble choosing the directory.
boogheta commented
I don't think this is something you can do programmatically for browser security reasons.
You can only set separately the default destination of downloaded files for you whole browser before your scraping session.
Yomguithereal commented
Yes, @boogheta is right. Browser cannot do that for security reasons. Else the browser would be able to write virtually anywhere on the user's hard drive and this would be really bad.