I know that in htmlunit i can fireEvent submit on form and it will be posted, but what If I disabled javascript and would like to post a form using some built in function?
I 've checked javadoc and haven't found any, it is streange that there is no such function in HtmlForm...
of course I read javadoc and tutorial on htmklunit page and i Know that i can use getInputByName and click it
BUT sometimes there are forms that don't have submit type button or even there is such button but without name attribute
I am asking for help in such situation, this is why i am using fireevent but it does not always work
HttpURLConnectionand follow the instructions outlined here. Or use Apache'sHttpClientclass. – mrkhrts Sep 27 '11 at 17:57