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