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
You can execute code in s by using the window.frames[x] functionality. For example,
window.frames[x]
window.frames[0].runFunction()