How can I handle Javascript in a Perl web crawler?

前端 未结 4 787
说谎
说谎 2020-11-27 07:15

I would like to crawl a website, the problem is, that its full of JavaScript things, such as buttons and such that when they are pressed, they do not change the URL, but the

4条回答
  •  攒了一身酷
    2020-11-27 07:46

    The WWW::Scripter module has a JavaScript plugin that may be useful. Can't say I've used it myself, however.

提交回复
热议问题