You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
All the major browsers can log User Interface issues in their Console. This page contains the sections, each of which discusses the steps for downloading the logs in a given browser. This page discusses the steps to download the logs in different browsers.
The issues related to User Interface are logged in the browser's Console. This page discusses how you can download these logs in different browsers.
Google Chrome
Google Chrome
- Right-click the page that has issues with it, and select Inspect to open Developer tools.
- Switch to the Console tab to find the Console logs.
- Use either of the following options to save the Console logs.
Option 1
- In the browser's Console area, right-click and select Save as...
This opens a Save As window. In the Save As window, select a location where you want to save the Console logs and click Save.
Option 2
Copy the Console logs from the browser's Console area to a text editor and save as a text file.
Firefox
- Click hamburger menu button
- Select Web Developer > Web Console
- Copy the Console logs from the Console area to a text editor and save as a text file.
Internet Explorer
On the top-right corner of the page, click the gear icon to open tools.
- In the tools area, select F12 Developer Tools.
- Switch to the Console tab.
- In the Console area, right-click and select Copy all to copy the logs.
- Paste the copied logs to a text editor and save as a text file.
Microsoft Edge
On the top-right corner of the page, click the icon to open tools.
- In the tools area, select More tools > Developer tools.
- Switch to the Console tab.
- Use either of the following options to save the Console logs.
Option 1- In the browser's Console area, right-click and select Save as...
- This opens a Save As window.
- In the Save As window, select a location where you want to save the Console logs and click Save.
Option 2
Copy the Console logs from the browser's Console area to a text editor and save as a text file.
Safari
By default, the Develop menu in Safari is disabled. You need to enable it first and then next you can save the Console logs. If you've already enabled the Develop menu, you can skip to the Saving the Console logs section to save the logs.
- Click Safari to open a menu and select Preferences.
- On the window that opens, switch to the Advanced tab.
- At the bottom of the window, select Show Develop menu in menu bar to enable the Develop menu.
Saving the Console logs
- Click Develop to open a menu.
- Select Show Web Inspector.
- Switch to the Console tab.
- Select Preserve Log, and All and clear the logs that may already be present in the Console area.
- Reproduce the issue.
- The logs related to the issue will be generated and recorded in the Console.
- Copy the logs to a text editor and save as a text file.
Opera
- Right-click the page that has issues with it, and select Inspect element to open Developer tools.
- Switch to the Console tab to find the Console logs.
- Use either of the following options to save the Console logs.
Option 1
- In the browser's Console area, right-click and select Save as...
This opens a Save As window. In the Save As window, select a location where you want to save the Console logs and click Save.
Option 2
Copy the Console logs from the browser's Console area to a text editor and save as a text file.