Alternative to HtmlUnit

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

    I am going to use Selenium for my use case, since it offers me to use the real browser and no deviation from what it would render in real world as compared to HtmlUnit. I am planning to use Selenium2 which has WebDriver integration and offers great API and cool fixes. Thanks Nayn

提交回复
热议问题