post « HTMLUnit « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » HTMLUnit » post 

1. How to post HEAD request with HtmlUnit?    stackoverflow.com

How can I use existing WebClient to post a custom HEAD request? I.e. there is no form on the page, I want to set request properties manually.

2. HtmlUnit, how to post form without clicking submit button?    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.