Dear Parham,
Since HtmlUnit 2.5, "Accept-Language" header is automatically set to
"en", instead of not being defined, you should be able to change it
to anything needed.
Yours,
Ahmed
Parham, Clinton wrote:
> Hello,
>
> In the 2.2 release, I’m noticing that the server-side locale is no
Hello Julien,
Can we have a test case please? As the below gives 'StackOverflowError' with
SVN version (to be tackled soon).
WebClient webClient = new WebClient();
HtmlPage page = webClient.getPage("http://www.google.com";);
page.getElementByName("q").setValueAttribute("h
webClient.closeAllWindows();
Please note this is the latest stable release of HtmlUnit that is used.
Best regards,
Julien
De : Ahmed Ashour
À : htmlunit-u...@lists.sourceforge.net
Cc : jwebunit-users@lists.sourceforge.net
Envoyé le : Lundi, 27 Juillet 2009, 13h35mn
Hi all,
HtmlUnit supports both:
- htmlPage.refresh() since 2.5
- webWindow.getHistory().back() in 2.6-SNAPSHOT
Yours,
Ahmed
Blog: http://asashour.blogspot.com
From: Julien HENRY
To: Usage problems for JWebUnit
Sent: Thursday, August 13, 2009 11:31