IE 11 Developer Tools - Focus in IFRAME?

Viewed 5712

In the console of the Developer Tools in Chrome, the 'focus' can be changed to an IFRAME using the dropdown selector, shown here:

Developer Tools in Chrome

How can that be done in Internet Explorer 11, in the F12 Developer Tools?

(I know that the contents of IFRAMEs can also be accessed using frames[0]....)

2 Answers
Related