HTTPClient- specifying inputs from java code
Hi,
I am developing an application which will download a software from internet.If we do it using browser we need to click accept button to accept the aggreement,we need to select a check box etc..If i am going to download through my java code how can i give this input(clicking next button, selecting check box) through my code?
deepak

