Alternative to HtmlUnit

后端 未结 6 748
感情败类
感情败类 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:33

    I would also recommend Selenium. The great feature is you can create a client that opens a browser page that you can see what's happening at each step. Moreover, creating macros for automated tests is another good feature. However, if you need to scrap some information from web page HtmlUnit is better than selenium.

提交回复
热议问题