mechanize for Java

后端 未结 3 1753
渐次进展
渐次进展 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:47

    Yes, there is now! I too wanted mechanize in Java and we've written it.

    Please check out http://gistlabs.com/software/mechanize-for-java/ (and the GitHub here https://github.com/GistLabs/mechanize).

    Feedback, bug reports, and success stories welcome!!

    0 讨论(0)
  • 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).

    0 讨论(0)
  • 2021-01-05 01:02

    Are you thinking of a generalized web client, like HttpClient?

    0 讨论(0)
提交回复
热议问题