Emulate a focused Page option not available in Chrome Developer Tools
Asked Answered
D

3

22

There used to be an option, "Emulate a focused page," under "Global preferences" in Chrome developer tools. However, I am not able to find that option anymore.

Any ideas?

Dreeda answered 21/10, 2020 at 4:51 Comment(0)
C
81

There are two ways to invoke it now:

  • A checkbox in Rendering panel

    enter image description here

  • Command panel:

    1. press CtrlShiftP (or ShiftP)
    2. type emfo to find the Emulate a focused page item
    3. press Enter
Cemetery answered 21/10, 2020 at 4:58 Comment(5)
I don't have that "rendering" tab in current Chrome 86/Windows 10. Where is it?Hypochondrium
Use the commands palette (Ctrl-Shift-P) or the devtools own three-dot menu to show it.Cemetery
On a Mac the shortcut ended up being ⌘-Shift-P for meHomebody
This only works if you keep the F12 window open, as in other settings.Myramyrah
This worked the best for me when you want to inspect the elements without it closing.Nummular
B
13

The Emulate a focused page is in the "Rendering Panel".

Some people don't see the "Rendering Panel" in recent versions of Chrome.

As of May 2023, the menu item to enable the "Rendering Panel" is shown in the screenshot below. After the "Rendering Panel" is opened, "Emulate a focused page" is the 9th checkbox.

enter image description here

Blackman answered 20/5, 2023 at 10:55 Comment(0)
L
0

You must navigate to the Rendering panel to access "Emulate a focused page"

Steps to open the Rendering panel:

  1. Open Chrome developer tools
  2. Click the vertical three dots in the top right corner
  3. Select "More Tools" from the dropdown menu
  4. Select "Rendering" from the dropdown menu
  5. Select the "Emulate a focused page" checkbox that appears in the panel
Longhorn answered 20/7, 2023 at 18:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.