Programmatic web browser Java library

browser, java

Solution

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...

Problem

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.

Original source