I've got an iFrame, and I'm trying to find out the source page it is displaying. I know it is something other than blank, because I can see stuff in it and if I get the properties of the frame (by CTRL + right click and then selecting Properties, I can see the URL).
When I use Ranorex Spy and I click on something in the IFrame, I get the right info back for what I clicked on, but if I go up to the parent I frame, it shows the Src as "/blank.htm" and the SrcDoc is nothing.
If I go down to the Body in the iFrame there is no info in there. If I go down to the Form in the body, the Action property for this has the name of the page "e.g. xyz.aspx" but no the full URL.
Any ideas?
Aracknid