mechanize for Java

后端 未结 3 1778
渐次进展
渐次进展 2021-01-05 00:27

I was wondering if there is something like Perl\'s/Python\'s mechanize for Java.

Thanks!

3条回答
  •  醉话见心
    2021-01-05 00:58

    Take a look at HtmlUnit. It is similar to Perl's WWW::Mechanize. There is also a Perl version of it named WWW::HtmlUnit (it uses Inline::Java to expose the Java library's methods to Perl).

提交回复
热议问题