DevTools Tips hero logo

DevTools Tips: How to speed up your workflow with Console shortcuts

Published on

The Console Utilities API lets you speed up your debugging workflow by providing a variety of shortcuts.

With the Console Utilities API, you can:

  • Stop typing long commands like document.querySelector() and, instead, use jQuery-style $ shortcuts to specify elements.
  • Refer to the last five DOM elements you selected on the Elements panel.
  • Quickly refer to elements by their XPath, which you can copy in the Element panel.
  • Query objects by their constructors.
  • List just the keys or values of objects.
  • Copy string representations of objects to clipboard.
  • Get event listeners.
  • Monitor events and function calls.

For a comprehensive list of all the Console Utilities API shortcuts, see the Console Utilities API reference.

Published on Improve article

Back

Optimizing Images with the Angular Image Directive

Next

Prepare for User-Agent Reduction changes in October

This site uses cookies to deliver and enhance the quality of its services and to analyze traffic. If you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see. Learn more about our use of cookies.