loading elements with <object> tag in HtmlUnit

时间秒杀一切 提交于 2019-12-12 02:17:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!