I have test in which I get page (with help of the htmlUnit
) and I may print content of that page, i.e. htmlUnit
works correct and fine load my page, but I need to see how that page load all resources (css, js and other resources).
My HTTP sniff(charles) does not catch loading of page. What may be wrong in this case?