java - How to wget from URL that needs a key press -


i trying download url:

http://www.histdata.com/download-free-forex-historical-data/?/ascii/1-minute-bar-quotes/eurusd/2014/2

with bash wget.

but, need manually press link right of "download historical data here"

is there way in code command line?

edit 1 

or java great too.

i think need write code accomplish this, using html client library supports javascript, such phantomjs, mentioned answers this question.

other options include python's mechanize library, , of things mentioned in this answer.

if you're looking headless browsing library in java, take @ htmlunit. have not used though, can't vouch stability or ease or use.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -