Web Console¶
The Web Console:
Logs information associated with a web page: network requests, JavaScript, CSS, security errors and warnings as well as error, warning and informational messages explicitly logged by JavaScript code running in the page context
Enables you to interact with a web page by executing JavaScript expressions in the context of the page
Parts of the Web Console UI. |
|
How to interact with a document using the Console. |
|
Use the Console alongside other tools. |
|
Details of the messages that the Console logs. |
|
Commands use can use that are not part of JavaScript. |
|
See and interact with objects logged by the Console. |
|
Shortcut reference |
Opening the Web Console¶
You open the Web Console from a menu or with a keyboard shortcut:
Select the Web Console panel in the Web Developer Tools, accessible from the Browser Tools submenu
Press the Ctrl + Shift + K (Cmd + Opt + K on OS X) keyboard shortcut.
The Toolbox appear at the bottom, left, or right of the browser window (depending on your docking settings), with the Web Console activated (it’s just called Console in the DevTools toolbar