in reply to Download screenshot from website

> by simply clicking on the graph which is inside a tabbed pane

I think at this point it's not a Perl question anymore.

Try Javascript here.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^2: Download screenshot from website
by jeevansai (Initiate) on Sep 20, 2017 at 14:35 UTC
    I was trying to do it in perl as i was not able to in javascript.
      PhantomJS is a headless browser, I have trouble imagining what you mean with "clicking on the graph" in combination with Perl and no browser window.

      Sounds like you want a real browser with a "download on click" add-on probably combined with an automation add-on like Selenium IDE or iMacros to navigate the pages. (which is almost totally off topic here)

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!

      Please show us the Perl code you've tried. We can't offer much help without it.