Strudel
Strudel

Reputation: 819

Programmatic web browser Java library

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

Answers (2)

Damo
Damo

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

karim79
karim79

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

Related Questions