loading elements with <object> tag in HtmlUnit
问题 I am loading a webpage which has lots of flash/gif elements embedded within object tags. I can see those elements in my browser, but I cannot reach them in HtmlUnit. page.getByXPath("//object"); //gives empty result waitForBackgroundJavaScript() doesn't help either. Anyone had the same problem before? Thanks!! 来源: https://stackoverflow.com/questions/23661147/loading-elements-with-object-tag-in-htmlunit