i have a requirement where in i have to navigate through a website using a java program and read the conent from a table displayed on the third or fourth jsp page.
I am able to connect a website and login as well using HttpURLConnection. but not sure how to traverse to the 2nd or 3rd page.
Is there any api available for this?
thanks.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
Yes, there is. Both HtmlUnit and jWebUnit (which uses HtmlUNit underneath) make it real easy to browse web sites programmatically.