java - How to wget from URL that needs a key press -
i trying download url:
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
Post a Comment