in reply to Re: How to have Perlscript scrape images from a URL that has Javascript?
in thread How to have Perlscript scrape images from a URL that has Javascript?

On the plus side, it's working code. However, it requires manual interaction, which defeats the purpose (which is automation).
  • Comment on Re^2: How to have Perlscript scrape images from a URL that has Javascript?

Replies are listed 'Best First'.
Re^3: How to have Perlscript scrape images from a URL that has Javascript?
by harangzsolt33 (Deacon) on Dec 16, 2019 at 13:49 UTC
    However, it requires manual interaction

    Yes, that's true... And I just thought of something. Some websites don't even load all the images. You have to scroll down in order for the images to load.

    If I had to automate this process, I would download AutoIt. But that's a whole different language. And it only runs on Windows.