From: Michael M. <mic...@su...> - 2018-04-11 21:42:38
|
Hi - I was experimenting with HTMLUnit. I would like to write myself a small utility that always downloads me the newest editions of a magazine that I have subscribed to. However, HTMLUnit always fails (i.e. throws an exception) when simply loading the landing page of the magazine's shop site, i.e. already in the second statement of: WebClient webClient = new WebClient(); HtmlPage page1 = webClient.getPage(" <https://shop.heise.de/customer/account> https://shop.heise.de/customer/account"); Is there anything I can do to prevent that crash and keep going? Regards, Michael |