I have a website which sends info to the developer console of the IE with a funtion called: console.info("spawned", t.name)
in javascript.
I want to read whats in the console and react to it.
I have no idea. I tried it with $oIE.console.log
but there is just no output.
/edit sorry for the short discription here is more:
I tried to get the value of a variable in the javascript with the chrome console not it always says "not defined".
$oIE.document.getElementByID("t").type
and
$o_object.document.parentwindow.eval($s_eval)
did not work either.
Here is the pastebin auf the js: http://pastebin.com/8w4zi7ns