I have Fusion Maps and Fusion Charts in my application, which load XML files to get data to visualise.
What I would like to do is, using JUnit tests (webdriver), to check if a certain XML file has been loaded (or, at an higher level, that a file has been loaded).
Is this even possible?
I know that I can do by making javascript calls but I am doubtful about doing js calls from java code...