Reputation: 819
Does anyone know of any Java library for programmatic web browsing?
Prowser doesn't cut it because there's no "push the button" method and Watij is limited to Internet Explorer Windows only.
Upvotes: 6
Views: 11327
Reputation: 11540
You may be able to find some of what you want in Selenium and especially when using Selenium Server like in this IBM article
Upvotes: 1
Reputation: 342625
htmlunit?
http://htmlunit.sourceforge.net/
The above link says:
... HtmlUnit is not a generic unit testing framework. It is specifically a way to simulate a browser for testing purposes...
Upvotes: 12