How to fill HTTP forms through java?
- by Yatendra Goel
I want to fill a text field of a HTTP form through java and then want to click on the submit button through java so as to get the page source of the document returned after submitting the form.
I can do this by sending HTTP request directly but I don't to this in this way.
Very Urgent. You can also paste the code or demo code to explain in a better way.