-->

loading elements with <object> tag in HtmlUn

2019-08-31 06:19发布

问题:

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!!