QA/Telemetry/BrowserConsoleCommands: Difference between revisions
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
= Browser Console Commands = | = Browser Console Commands = | ||
* The following peice of code will extract the telemetry payload and add it into the clipboard. Once you've pasted the code into the browser console, go into a text editor and paste. | * '''Extracting Telemetry Payload''' | ||
** https://pastebin.mozilla.org/5513893 | ** The following peice of code will extract the telemetry payload and add it into the clipboard. Once you've pasted the code into the browser console, go into a text editor and paste. | ||
*** Link to code: https://pastebin.mozilla.org/5513893 | |||
Revision as of 17:09, 3 July 2014
Quick Summary
The following document will list several commands and pieces of code that you can insert into the browser console to extract more information from the experiment system. With this information, you'll be able to take a deeper look at the data and debug/test more reliably.
Enabling Logging
Please visit and review the following document:
Browser Console Commands
- Extracting Telemetry Payload
- The following peice of code will extract the telemetry payload and add it into the clipboard. Once you've pasted the code into the browser console, go into a text editor and paste.
- Link to code: https://pastebin.mozilla.org/5513893
- The following peice of code will extract the telemetry payload and add it into the clipboard. Once you've pasted the code into the browser console, go into a text editor and paste.