From: Ali A. <ali...@gm...> - 2014-05-27 20:05:27
|
Hi, I simply load a page with *final HtmlPage page = webClient.getPage("http://www.example.com/ <http://www.example.com/>");* this method connects page, download content and parse it. What I need is to calculate page download time, so I need an event or other indication that page is downloaded and htmlunit is starting to parse. Is this possible with htmlunit? Thank you. |