Is there a way to change context to iframe in javascript console?

后端 未结 6 2118
春和景丽
春和景丽 2020-11-29 20:42

I would like to change the context of the javascript executed in the webkit developer tool/firebug console to execute its code like it is running from inside an iframe on th

6条回答
  •  离开以前
    2020-11-29 21:11

    For firebug solution see this answer on another SO question. Doesn't work cross-domain like Dennis's Chrome solution however.

    Edit: With newer versions of firebug they may have fixed cross-domain issue.

提交回复
热议问题