Skip to content

Files

Latest commit

 

History

History
145 lines (93 loc) · 7.4 KB

index.rst

File metadata and controls

145 lines (93 loc) · 7.4 KB

Tips

General

Screenshots:

Settings:

Page Inspector

In the :ref:`markup view <page_inspector_ui_tour_html_pane>`:

When :ref:`selecting elements <page_inspector_select_element_button>`:

  • Shift + click to select an element but keep selecting (picker mode doesn't disengage).
  • Use / to navigate to parents/children elements (if they're hard to select).

In the :ref:`rules view <page_inspector_ui_tour_rules_view>`:

  • Click the inspector icon image2 next to any selector to highlight all elements that match it.
  • Click the inspector icon image2 next to the element{} rule to lock the highlighter on the current element.
  • Right-click any property and select "Show MDN Docs" to view the MDN docs for this property.
  • Click on the filter icon image3 next to an overridden property to :ref:`find which other property overrides it <page-inspector-how-to-examine-and-edit-css-overridden-declarations>`.
  • Right-click on a name, value, or rule to copy anything from the name, the value, the declaration or the whole rule to your clipboard.

Web Console

In all panels:

In the :doc:`command line <../web_console/the_command_line_interpreter/index>`:

Screen Shot date at time.png

The --fullpage parameter is optional. If you include it, the screenshot will be of the whole page, not just the section visible in the browser windows. The file name will have -fullpage appended to it as well. See :doc:`Web Console Helpers <../web_console/helpers/index>` for all parameters.

In the console output:

Debugger

  • Skip JavaScript libraries in debugging sessions via the black box icon image4.
  • Press Ctrl + Alt + F to search in all scripts.
  • Press Ctrl + D to search for a function definition.
  • Press Ctrl + L to go to a specific line.

Style Editor

Network Monitor

Storage Inspector

  • Right-click the column headers to open a menu allowing to toggle the display of the columns.
  • Right-click an entry and click "Delete name" to delete it or "Delete All" to delete all entries.
  • Select an entry to see the parsed value of it in the sidebar.