09-11-2013, 01:32 AM
Not sure if I can accomplish what I want to do with with what is available through wpt at the moment. This is a question more than a feature suggestion.
I need to execute some javascript code after a page is loaded then pass a json object to be analyzed with test results. So far I have been using the console to serialize this JS object and reading it back. It seems that getting the console output is only available for Chrome.
First question: Is it possible to get console output for tests run using IE or Firfox?
Second question: Is it possible to accomplish the above with some other feature in WPT I am not aware of that would work for IE and firefox?
Thanks!
I need to execute some javascript code after a page is loaded then pass a json object to be analyzed with test results. So far I have been using the console to serialize this JS object and reading it back. It seems that getting the console output is only available for Chrome.
First question: Is it possible to get console output for tests run using IE or Firfox?
Second question: Is it possible to accomplish the above with some other feature in WPT I am not aware of that would work for IE and firefox?
Thanks!