Is there a way to access $0 from chrome developer tool's console when a DOM node of an iFrame is selected?

Is there a way to access $0 from chrome developer tool's console when a DOM node of an iFrame is selected?

Unfortunately it is impossible.
JS from the top_frame (code executed in page context == in browser console) is able to access only DOM nodes in current page not in the other nested documents (iframes).