Home > OS >  Is there a way to open chrome devtools and ensure that console tab is selected
Is there a way to open chrome devtools and ensure that console tab is selected

Time:07-14

When you do command option i on this page, it will open the devtools. When it opens it will be focused on the last tab that was focused.

You can change the focused tab (from "Element" pane to "Console" or others) and then next time devtools opens, it will be focused on the last open pane.

Is there a way to ensure that devtools always opens with "Console" pane in focus?

CodePudding user response:

Yes, you can use command option j to always open the Console! enter image description here

  • Related