-
Notifications
You must be signed in to change notification settings - Fork 81
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
Right click save as in RSelenium #60
Comments
try below code library(RCurl) |
PhantomJS doesn't currently support file downloads. Relevant issues with workarounds: |
I'm not sure I'm following. I thought that |
I had issues using RCurl. The curl package is another option to download files like xls, png, etc.
|
No luck on Stackoverflow so I'm trying here. This is such a straightforward application of the RSelenium package that I'm certain I'm missing something obvious.
I want to download a file whose link is generated on a webpage. The following code gets me 99% of the way there:
A screenshot demonstrates that the mouse has been located in the right place.
Why doesn't
Initiate the "save as" dialogue? For that matter, why doesn't
Download the *xlsx file?
The text was updated successfully, but these errors were encountered: