-
Notifications
You must be signed in to change notification settings - Fork 5.7k
File download #10052
Comments
ariya.hi...@gmail.com commented:
|
roejame...@gmail.com commented:
|
brian.th...@gmail.com commented:
|
brian.th...@gmail.com commented:
|
nperria...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
nperria...@gmail.com commented:
|
gopiredd...@gmail.com commented:
|
ja...@recovend.com commented:
|
rotava...@gmail.com commented:
|
ja...@recovend.com commented:
|
audi...@gmail.com commented:
|
subel...@gmail.com commented:
|
audi...@gmail.com commented:
|
subel...@gmail.com commented:
|
bogusan...@gmail.com commented:
|
james.m....@gmail.com commented:
|
I'm interested in committing some of my company's resources to adding this feature. Is anyone already working on it? If so, could my company sponsor your work? If not, we can assign it to one of our own people. I just want to avoid duplicating anyone else's work. |
I'm also interested in helping with this feature. We're trying to capture an Acrobat file that is sent as a result of a POST with the Content-Disposition header 'attachment;filename="file.pdf"' Is anyone working on this? I don't want to duplicate effort. Ideally we want to access the functionality from CasperJS as well. |
any progress on this? |
I'd love to see this fixed too. I saw @vitallium has a fork with download support, as well as a few other fixes. https://github.com/Vitallium/phantomjs/tree/download-support Anyone else able/available to help merge the new code? I wouldn't be doing anyone a favor if I messed with the C codebase. I wouldn't mind donating towards a bounty for this. |
This feature is under development. When it's ready, it'll be merged into the master tree. |
I'm also interested in this issue. Will we be able to render the pdf content as png / jpeg? Or is that altogether a different problem? |
@FergusNelson that's a different problem, but much more easily solved using ghostscript, X11, ImageMagick, etc. |
looks like @vitallium is pretty far along with an awesome solution in his |
I see that there are at least two attempts to address this issue on GitHub. @woodwardjd's add_download_capabilities branch, and @vitallium's download-support branch. Is one of those a more promising path forward than the other? What work is outstanding before it would be ready to merge upstream? |
@vitallium how close is this to being merged with the master? |
I rebased @vitallium's download-support branch on a recent master HEAD. I've been exercising it with a happy path test case, and it seems to be working fine. @ariya and @vitallium, I'd like to continue the work that @vitallium started if there's more to do. What do you think blocks merging this upstream? |
I built the linux-64 version of @SeNaP 's fork in this link: phantomjs.tar.gz I'm trying to figure out how to use it with poltergeist (https://github.com/teampoltergeist/poltergeist) so I can download files with Capybara (https://github.com/teamcapybara/capybara). Any help is welcome. |
+1 😜 |
Did someone manage to build a Mac version of @SeNaP ’s fork? |
+1 💯 |
+1 |
I built the osx binary of @SeNaP 's fork. |
Has someone done it for Java-Selenium? |
I have done it, but for which OS type Windows or Linux
…On 08-May-2017 7:22 PM, "rakeshnambiar" ***@***.***> wrote:
Has someone done it for Java-Selenium?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10052 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGGCQKyCTLo46NSBdEl-msIviplbHbz8ks5r3x4xgaJpZM4Ajhpl>
.
|
Hello @ankitgr8 ... I am looking for Windows. Thanks |
Hi @ankitgr8 Many Thanks |
Here's the link to download the exe if any one required. https://github.com/ankitgr8/phantomjs2.0.. To set the default download.. U can create the download JS at runtime and set the download directory at that time.. below is the sample of the js code which can be create using JAVA .. CHECK for "downloadFileName" BufferedWriter bos = new BufferedWriter(fos); bos.append(" page.onFileDownload = function(status){console.log('onFileDownload(' + status + ')'); return '"+downloadFileName+"'; }"); |
@ankitgr8 .. Many thanks... Will come back to you in case I am facing any issue. |
@ankitgr8 .. I am working in Windows10. Do you know where is the PhantomJs default download directory? |
Not sure what is the path, but u can print the path in your js script, to get the details.. |
If you hit this wall building on Macbook (Xtools):
First double-check you have full Xcode (not Command Line Tools version). Then if you fail to build the following should workaround:
|
I am also looking for setting up PhantomJs default download directory. |
Windows or Linux
On 04-Dec-2017 5:50 PM, "Yogesh" <notifications@github.com> wrote:
I am also looking for setting up PhantomJs default download directory.
So when I click on element it should download in that directory. Please
suggest
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10052 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGGCQGrCQq_rHtduT7NCIH4tbpf5Gpnwks5s8-N9gaJpZM4Ajhpl>
.
|
on both Windows as well as Linux. |
Due to our very limited maintenance capacity (see #14541 for more details), we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed. In the future, if we see the need to attend to this issue again, then it will be reopened. |
😱 |
alexsa...@gmail.com commented:
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #52.
🌟 40 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered: