Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 926935 of Web Console

  • Revision slug: Tools/Web_Console
  • Revision title: Web Console
  • Revision id: 926935
  • Created:
  • Creator: wbamberg
  • Is current revision? No
  • Comment

Revision Content

The Web Console:

  1. 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
  2. Enables you to interact with a web page by executing JavaScript expressions in the context of the page

{{EmbedYouTube("C6Cyrpkb25k")}}

Opening the Web Console
What you need to get started.
The command line interpreter
An overview of the main pieces of a WebExtension.
Split console
An overview of the main pieces of a WebExtension.
Console messages
An example walkthrough of a simple WebExtension.
Rich output
How to prepare a WebExtension for installation, and install it.
Keyboard shortcuts
An overview of the main pieces of a WebExtension.

 

 

Keyboard shortcuts

{{ Page ("en-US/docs/tools/Keyboard_shortcuts", "web-console") }}

Global shortcuts

{{ Page ("en-US/docs/tools/Keyboard_shortcuts", "all-toolbox-tools") }}

Revision Source

<p>The Web Console:</p>

<ol>
 <li>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</li>
 <li>Enables you to interact with a web page by executing JavaScript expressions in the context of the page</li>
</ol>

<p>{{EmbedYouTube("C6Cyrpkb25k")}}</p>

<div class="column-container">
<div class="column-half">
<dl>
 <dt><a href="/en-US/docs/Tools/Web_Console/Opening_the_Web_Console">Opening the Web Console</a></dt>
 <dd>What you need to get started.</dd>
 <dt><a href="/en-US/docs/Tools/Web_Console/The_command_line_interpreter">The command line interpreter</a></dt>
 <dd>An overview of the main pieces of a WebExtension.</dd>
 <dt>Split console</dt>
 <dd>An overview of the main pieces of a WebExtension.</dd>
</dl>
</div>

<div class="column-half">
<dl>
 <dt><a href="/en-US/docs/Tools/Web_Console/Console_messages">Console messages</a></dt>
 <dd>An example walkthrough of a simple WebExtension.</dd>
 <dt><a href="/en-US/docs/Tools/Web_Console/Rich_output">Rich output</a></dt>
 <dd>How to prepare a WebExtension for installation, and install it.</dd>
 <dt>Keyboard shortcuts</dt>
 <dd>An overview of the main pieces of a WebExtension.</dd>
</dl>
</div>
</div>

<dl>
</dl>

<p>&nbsp;</p>

<h2 id="The_split_console">&nbsp;</h2>

<h2 id="Keyboard_shortcuts">Keyboard shortcuts</h2>

<p>{{ Page ("en-US/docs/tools/Keyboard_shortcuts", "web-console") }}</p>

<h3 id="Global_shortcuts">Global shortcuts</h3>

<p>{{ Page ("en-US/docs/tools/Keyboard_shortcuts", "all-toolbox-tools") }}</p>
Revert to this revision