Alternative to HtmlUnit

后端 未结 6 753
感情败类
感情败类 2021-02-01 06:14

I have been researching about the headless browsers available till to date and found HtmlUnit being used pretty extensively. Do we have any alternative to HtmlUnit with possible

6条回答
  •  面向向阳花
    2021-02-01 06:22

    There are many other libraries that you can use for this.

    • If you need to scrape xml base data use JTidy.
    • If you need to scrape specific data from HTML you can use Jsoup.

    Well I use jsoup - it's pretty much faster than any other API.

提交回复
热议问题