getCrossSiteWindow method
Gets a window from a different domain than current page.
Note These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.
Syntax
var oWindow = DiagnosticsDom.getCrossSiteWindow(currentWindow, targetWindow);
Parameters
currentWindow [in]
Type: WindowWindow of current page.
targetWindow [in]
Type: WindowWindow of page in a different domain.
Return value
Type: Window
Window of page on other domain that can be accessed.