Hello Monks,
I try to save a file(pdf), using WWW::Mechanize to navigate trough a website , then click on a link which is in normal browser returns with a file and saved by the browser.
I would like to do the same from my scipt.
Could you give me an advise on this ?
Many thanks,
Algo
Update:
It turned out I need to call an onClick JS event, which is not supported in Mech, but in Mech::Firefox.
Thanks for the reading.
Algo