--- title: Informação Detalhada slug: Tools/Web_Console/Rich_output translation_of: Tools/Web_Console/Rich_output original_slug: Tools/Consola_da_Web/Rich_output ---
Quando a consola da Web imprime objetos, esta inclui um conjunto de informação mais rico do que apenas o nome do objeto. Em particular, esta:
The Web Console provides rich output for many object types, including the following:
Object |
|
Array |
|
Date |
|
Promise |
New in Firefox 36 |
RegExp |
|
Window |
|
Document |
|
Element |
|
Event |
When an object is logged to the console it appears in italics. Click on it, and you'll see a new panel appear containing details of the object:
To dismiss this panel press Esc..
If you hover the mouse over any DOM element in the console output, it's highlighted in the page:
In the screenshot above you'll also see a blue "target" icon next to the node in the console output: click it to switch to the Inspector with that node selected.