We're setting up selenium to do testing and it would be really nice if
there was a way to get error log info sent to stdout so we can
capture it with firefox -console > capture.txt
Even if there is a way to iterate through the messages in the console
that would be enough as we could something like
for (msg in console.lines) { dump(msg + "\n"); }
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---