From: asashour <asa...@ya...> - 2015-05-27 10:18:28
|
Hi, You must subscribe to the list before posting. andrius wrote > Does htmlunit getLoadTime() includes image load time? If not, then how to > measure real time it took to load page, like normal browsers do? By default, images are not loaded. page.getWebResponse().getLoadTime() measure the HTML loading time to get the response from the server (without any HTML/JS processing time) HtmlImage.getWebResponse().getLoadTime() would return the image loading time. Hope that helps, Ahmed -- View this message in context: http://htmlunit.10904.n7.nabble.com/Htmlunit-getLoadTime-tp36219p36220.html Sent from the HtmlUnit - General mailing list archive at Nabble.com. |