How to Capture Internet Explorer 9 and above JavaScript Console output
1. Open Internet Explorer (IE) 9 or above.
2. Select the “F12 Developer tools” option from the IE "Settings" menu

3. Replicate the issue within the browser
4. Select The "Console" tab in the developer tools pane in bottom half of the IE Window.
![]()
5. Right-Click in the JavaScript "Console" and select "Copy all" from the Right-Click Menu.

6. Open a new windows "Notepad" window and "Paste" the contents of the Clipboard into the document.

7. Save the new "Notepad" to the local machine
8. Attach the saved JavaScript "Console" document to the corresponding case