Debugging iframes with Chrome developer tools -


I want to use Chrome Developer Console to view variables and DOM elements in my app, but present in the app One iframe (since it is an open social app)

The situation is:

   

Is there any way to reach things happening in IFrame from the Developer Console? If I try to document. GetElementById ("foo"). Some, it does not work, possibly because iframe is in a different domain, I can not open the iframe content in a new tab, because the iframe should also be able to talk to that site. In Chrome, in Developer Tools, there is a bar at the top, which is Execution Control Selector

(H / T) is called, under Elements, Network, Source. .. tab, which varies depending on the context of the current tab. When there is a dropdown in that console in the console tab that allows you to select the frame reference in which the console will work. Select your frame in this dropdown and you will see yourself in the appropriate frame reference. : D

Chrome v33 Chrome version 33

Chrome v32 & amp; prior versions of Chrome 32


Comments